/B2B.client.v2.net

SnelStart B2B API .NET client v2

Primary LanguageC#MIT LicenseMIT

Build NuGet NuGet

B2B.client.net Version 2

SnelStart B2B API .NET client version 2.

The SnelStart B2B API .NET client is an open source client library for the SnelStart B2B API version 2.

For documentation of the API and also for registering a new appliction see https://b2bapi-developer.snelstart.nl/

Note: This client contains most definitions of the API, but is not complete. It is intended as a community effort.

License

See the LICENSE file for license rights and limitations (MIT).

TLDR: The source code in this repository is free for use by anyone. If you have changed anything in your own copy of this source that might be beneficial to others, we would appreciate it if you would share this back to us via a pull request.

Example

var koppelSleutel = "";
var subscriptionKey = "";
var config = new Config(subscriptionKey, koppelSleutel);
var client = new B2BClient(config);

await client.AuthorizeAsync();

var kostenplaatsen = await client.Kostenplaatsen.GetAllAsync();

NuGet

This library is available at NuGet: https://www.nuget.org/packages/SnelStart.B2B.V2.Client/