Hello,
We have the self-hosted Laserfiche Web API Server installed, and Swagger works properly. I downloaded the sample project, lf-sample-repository-api-dotnet-sr, and I haven't been able to make it work.
The method RepositoryApiClient.CreateFromUsernamePassword() creates a client successfully. However, the following statement would throw a Json exception:
await client.RepositoriesClient.ListRepositoriesAsync().ConfigureAwait(false)
Other retrieval methods would fail the same way.
Please see the attached screenshot for the error and let me know what is causing this.
Thanks.