Skip to content

PostcodeApi.Net is a ASP.Net client library for the PostcodeAPI.nu web service

License

Notifications You must be signed in to change notification settings

janssenr/PostcodeApi.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostcodeApi.Net

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

Build Status

PostcodeApi.Net is a ASP.Net client library for the PostcodeAPI.nu web service.

Links:

Requirements

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

Installation

PostcodeApi.Net can easily be installed using the NuGet package

Install-Package PostcodeApi

Usage

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

var apiKey = "replace_with_your_own_api_key";
var client = new PostcodeApiClient(Environment.SANDBOX, apiKey);

var result = client.Lookup("6545CA", 29);

About

PostcodeApi.Net is a ASP.Net client library for the PostcodeAPI.nu web service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages