Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 860 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 860 Bytes

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