Skip to content

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

Notifications You must be signed in to change notification settings

janssenr/KentekenApi.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages