/KentekenApi.Net

KentenApi.Net is a ASP.Net client library for the overheid.io api web service.

Primary LanguageC#

KentekenApi.Net

=================

Build Status

KentenApi.Net is a ASP.Net client library for the overheid.io api web service.

Links:

Requirements

KentekenApi.Net works with ASP.Net 4.5.1 or up.

Installation

KentekenApi.Net can easily be installed using the NuGet package

Install-Package KentekenApi

Usage

Instantiate the client and replace the API key with your personal credentials:

var apiKey = "replace_with_your_own_api_key";
var client = new KentekenApiClient(apiKey);

var result = client.GetKenteken("4-TFL-24");