Online documentation: http://digipost.github.io/digipost-api-client-dotnet/
Bruk Rider, som er C#-varianten av Intellij IDEA.
It should be installed a tool named xscgen
. Use this to generate the xsd if you need to update the api domain:
dotnet xscgen "Digipost.Api.Client.Resources/Xsd/Data/api_v8.xsd" -o Digipost.Api.Client.Common/Generated/Apidomain/ -n"http://api.digipost.no/schema/v8=Digipost.Api.Client.Common.Generated.V8"
Releasing er gjort via tagging med Semver versjons schema. For en beta-release, bruk -beta
som versjon suffix i taggen.