Skip to content

janssenr/PostcodeNlApiRestClient

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 

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