Skip to content

Instantly share code, notes, and snippets.

@stephenkeable-allies
stephenkeable-allies / postcoder_web_example.java
Last active March 13, 2019 12:22
Example code for using Postcoder Web in Java. For more information on Postcoder Web visit http://www.alliescomputing.com/products/postcoder-web-api
// PostCoder Web Service V3 example
// Allies Computing Ltd 2013
//
// Demonstrates UK Address lookup rest web service
//
// Product URL: https://www.alliescomputing.com/postcoder/address-lookup
// Technical Specs: https://developers.alliescomputing.com/postcoder-web-api/address-lookup/premise
// Example output: http://ws.postcoder.com/pcw/PCW45-12345-12345-1234X/address/UK/NR147PZ
//
// This demo shows how to perform an address lookup and parse the results into Java objects.
@stephenkeable-allies
stephenkeable-allies / postcoder_web_example.vb
Last active March 13, 2019 12:22
Example code for using Postcoder Web in VB .NET. For more information on Postcoder Web visit http://www.alliescomputing.com/products/postcoder-web-api
' PostCoder Web Service V3 example
' Allies Computing Ltd 2013
'
' Demonstrates UK Address lookup rest web service
'
' Product URL: https://www.alliescomputing.com/postcoder/address-lookup
' Technical Specs: https://developers.alliescomputing.com/postcoder-web-api/address-lookup/premise
' Example output: http://ws.postcoder.com/pcw/PCW45-12345-12345-1234X/address/UK/NR147PZ
'
' This demo shows how to perform an address lookup and parse the results into VB.Net objects.
@stephenkeable-allies
stephenkeable-allies / postcoder_web_example.cs
Last active March 13, 2019 12:22
Example code for using Postcoder Web in C#. For more information on Postcoder Web visit http://www.alliescomputing.com/products/postcoder-web-api
// PostCoder Web Service V3 example
// Allies Computing Ltd 2013
//
// Demonstrates UK Address lookup rest web service
//
// Product URL: https://www.alliescomputing.com/postcoder/address-lookup
// Technical Specs: https://developers.alliescomputing.com/postcoder-web-api/address-lookup/premise
// Example output: http://ws.postcoder.com/pcw/PCW45-12345-12345-1234X/address/UK/NR147PZ
//
// This demo shows how to perform an address lookup and parse the results into C# objects.
@stephenkeable-allies
stephenkeable-allies / postcoder_web_example.php
Last active March 13, 2019 12:22
Example code for using Postcoder Web in PHP. For more information on Postcoder Web visit http://www.alliescomputing.com/products/postcoder-web-api
<?php
/*
PostCoder Web Service V3 example
Allies Computing Ltd 2014
Demonstrates UK Address lookup rest web service
Product URL: https://www.alliescomputing.com/postcoder/address-lookup
Technical Specs: https://developers.alliescomputing.com/postcoder-web-api/address-lookup/premise
Example output: http://ws.postcoder.com/pcw/PCW45-12345-12345-1234X/address/UK/NR147PZ