Dangl.AVACloud Documentation
Dangl.AVACloud is a web service to convert between the GAEB formats, Dangl.AVA projects and Microsoft Excel. Other additional formats include the Austrian Oenorm Standard, the Swiss SIA 451 and the German REB DA11 format for quantity takeoff.
The base url for AVACloud is: https://avacloud-api.dangl-it.com
There is an interactive API documentation endpoint:
To get started, check out the HowTo section.
If you have any questions, please contact DanglIT at [email protected].
You can find the product site of AVACloud here..
Available Clients
The interactive Swagger API documentation is an easy way to automatically generate client code for AVACloud. Additionally, there's a list of all AVACloud clients maintained by DanglIT.
Related Products
To work efficiently with Dangl.AVACloud, there are a few other .NET packages available that are useful:
- Dangl.RestClient, a library which contains some useful bits to connect to web services
- Dangl.Identity.Client is a client library to integrate with Dangl.Identity dependant services
Assembly Strong Naming & Usage in Signed Applications (.NET Clients Only)
This module produces strong named assemblies when compiled. When consumers of this package require strongly named assemblies, for example when they
themselves are signed, the outputs should work as-is.
The key file to create the strong name is adjacent to the csproj
file in the root of the source project. Please note that this does not increase
security or provide tamper-proof binaries, as the key is available in the source code per
Microsoft guidelines