Skip to content

Instantly share code, notes, and snippets.

@matsubo
Created February 13, 2015 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsubo/0c3fa6c477dc6ca72415 to your computer and use it in GitHub Desktop.
Save matsubo/0c3fa6c477dc6ca72415 to your computer and use it in GitHub Desktop.
postcode.teraren.comraml
#%RAML 0.8
---
title: Postcode API
baseUri: http://postcode.teraren.com/
/postcodes.json:
get:
queryParameters:
page:
displayName: Page number
type: number
description: number of page to show
required: false
/{postcode}.json:
get:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment