asked on September 25, 2017
•
Show version history
I would like to create an intergration that will create documents in LaserFiche running in an Azure App Service webjob. The Laserfiche SDK cannot be installed in an app service, but it looks like the interactions with LF are done via HTTP. I've decompiled the assemblies that I would otherwise use to handle file creation and there are a couple of things I've come across that are atypical of a web API, but I didn't see anything I didn't think could be overcome. Do you have any plans of providing a web API or a simplified API that doesn't require the full SDK, or do you have any documentation on your (HTTP endpoints/content types/etc)?
1
0