nl.ketenstandaard.api_validator 1.0.2
A SDK to validate against the Validator API of the Ketenstandaard Including Async methods
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>nl.ketenstandaard.api_validator</id>
<version>1.0.2</version>
<authors>M.Weber</authors>
<owners>M.Weber</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://api.ketenstandaard.nl/swagger/index.html</projectUrl>
<description>A SDK to validate against the Validator API of the Ketenstandaard
Including Async methods</description>
<releaseNotes>This is the .NET SDK for the Ketenstandaard Validator.
You will need to obtain some keys:
- ClientId; Identifier for your application
- ClientSecret; Secret key for your application
- Username; usernamefor the user/serviceaccount of the application
- Password; password of the user / serviceaccount of the application
you can obtain this by visit www.ketenstandaard.nl and make a phonecall</releaseNotes>
<copyright>Ketenstandaard 2018</copyright>
<tags>Ketenstandaard, Insbou, Validator, Sales</tags>
<repository type="GitHub" url="https://github.com/max1weber/ketenstandaardvalidator" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="RestSharp" version="106.5.2" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>