Skip to content

Releases: securancy/kvk-api-dotnet

Release v1.1.0

11 Mar 10:04
1204058

Choose a tag to compare

In short

  • Adds backwards compatibility for including the library in other, netstandard2.0 libraries.

Important! It does not mean the package is compatible with .NET versions before net5.0, like netstandard2.0!

This has been added to be able to include + compile the library if you have an older .NET version. Before, this package could be blocking as it required net5.0 or higher.

There is currently a high dependency on a specific feature in net5.0 (X509ChainTrustMode/CustomTrustStore) that's limited to net5.0. We haven't found a decent alternative for older netstandards or frameworks.

Release v1.0.0

22 Jan 11:21
01be33e

Choose a tag to compare

About this release

Initial release of the kvk-api-dotnet client library. Main benefit is having a strong-typed client library (wrapper) for directly communicating with the Search and Profile endpoints of the KVK API itself. But also, since end of 2020, communicating with the endpoint requires a custom root SSL certificate to be installed; this package resolves that by simply embedding the certificate, saving you the hassle of installing anything on the server.

Usage instructions

Package can be installed/updated through NuGet.

Note: This library requires a valid Kamer van Koophandel API key, which is a paid service provided by the Kamer van Koophandel itself. See https://developers.kvk.nl/api-catalog for more information and purchasing.

Changelog

Features

  • Added SearchCompanies operation
  • Added SearchProfiles operation
  • Enabled secured SSL communication, by embedding Staat der Nederlanden's custom root certificate