Skip to content

pdebruine/B2B.client.net

 
 

Repository files navigation

Build NuGet NuGet

B2B.client.net

SnelStart B2B API .NET client

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

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 now also available at NuGet: https://www.nuget.org/packages/SnelStart.B2B.Client/

About

SnelStart B2B API .NET client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%