This code was automatically generated. It is based on the AVACloud API Specification. AVACloud is a web service for working with GAEB files - convert, repair, create and transform - on any platform. Please visit https://www.dangl-it.com for more information and step-by-step tutorials for each client library.
The generator is available at:
https://github.com/Dangl-IT/Dangl.AVACloudClientGenerator
Starting with version 1.30.0, the package dropped external dependencies and did some refactoring to the code. The following changes are required:
-
FileParameter
now usesdata
instead ofvalue
for the file content -
FileParameter
now usesfileName
instead ofoptions.filename
for the file name - All responses are now wrapped in a response object, making it easier to access e.g. returned headers or status codes
- File responses now return a
Blob
instead of anBuffer
, and are accessible viaresponse.result
instead ofresponse.body