Skip to content

janssenr/PostcodeNlApiRestClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postcode.nl API REST Client

A ASP.Net 4.5.1+ class, which offers methods to directly talk with the Postcode.nl API through the REST endpoint offered. You will need to create an account with the Postcode.nl API service.

License

All source code is licensed under the GNU Lesser General Public License

Installation

The easiest way to get started with Postcode.nl API REST Client is to use the NuGet package

Install-Package PostcodeNlApi

Or download the source from my GitHub page: https://github.com/janssenr/PostcodeNlApiRestClient

Usage Address API

Include the class in your ASP.Net project, instantiate the ASP.Net class with your authentication details and call the 'LookupAddress' method. You can handle errors by catching the defined Exception classes.

var api = new PostcodeNlApiRestClient(apiKey: "<your key>", apiSecret: "<your secret>");
var result = api.LookupAddress("2012ES", "30");

About

A ASP.Net 4.5.1+ class, which offers methods to directly talk with the Postcode.nl API through the REST endpoint offered.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published