Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.16 KB

Laserfiche API Client Core .NET

NuGet version (Laserfiche.Api.Client.Core)

.NET implementation of various foundational APIs for Laserfiche, including authorization APIs such as OAuth 2.0 flows for secure and easy access to Laserfiche APIs.

Documentation

Change Log

See CHANGELOG here.

How to contribute

Useful commands for building and testing the app.

Generate the client

  1. Download the nswag command line tool. Instructions can be found here.
  2. From the root directory of this Git repository, run the command pwsh generate-client.ps1

Build, Test, and Package

See the .github/workflows/main.yml.