I'm trying to integrate a C# application with Laserfiche using the Laserfiche API (version 1 on self-hosted Laserfiche 11). Laserfiche provides a NuGet package for this purpose, but I've been entirely unable to find any sort of documentation about how to use it. Laserfiche claims that documentation is available here, but in reality, there's no documentation there.
I'm having to resort to having an AI agent attempt to reverse-engineer the package using reflection just to figure out how to use it. Why would Laserfiche publish an entirely undocumented NuGet package to use their own API? What good is that?