https://github.com/digipost/digipost-api-client-dotnet
.NET client library for Digipost API
https://github.com/digipost/digipost-api-client-dotnet
Last synced: 5 months ago
JSON representation
.NET client library for Digipost API
- Host: GitHub
- URL: https://github.com/digipost/digipost-api-client-dotnet
- Owner: digipost
- License: apache-2.0
- Created: 2015-03-17T11:53:43.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T09:23:20.000Z (7 months ago)
- Last Synced: 2024-12-11T23:49:56.163Z (5 months ago)
- Language: C#
- Homepage: http://digipost.github.io/digipost-api-client-dotnet/
- Size: 2.65 MB
- Stars: 7
- Watchers: 13
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET client library for Digipost API
Online documentation: http://digipost.github.io/digipost-api-client-dotnet/
## Hvordan utvikle på dette prosjektet?
Bruk Rider, som er C#-varianten av Intellij IDEA.
## Auto-Generering av Kode fra XSD
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"`
## Hvordan Release?
Releasing er gjort via tagging med [Semver](http://semver.org) versjons schema. For en beta-release, bruk `-beta` som versjon suffix i taggen.