Package for all DTOs using BokaMera API https://api.bokamera.se https://testapi.bokamera.se
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Mar 25, 2025
$ dotnet add package BokaMera.API.ServiceModelThis project contains the BokaMera API servicemodel objects, these are intended for clients that wish to use typed objects when communicating with the api.
The objects are automatically generated from API metadata using the x tool command line tool by the build server after all integration tests are successfully passed. Then the nuget package is created and published to nuget.org.
x cs
This way of generating DTOs for public consumtion ensures that no internal classes or attributes are made available for the end user of the api.
Clone the example project to see how to use the objects.