lf-api-client-core-dotnet  1.3.6
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.