Skip to content

Instantly share code, notes, and snippets.

@halfbaked
Created October 29, 2013 10:56
Show Gist options
  • Save halfbaked/7212510 to your computer and use it in GitHub Desktop.
Save halfbaked/7212510 to your computer and use it in GitHub Desktop.
Sample of the syntax used for the ApiBlueprint v1 standard. This standard has been replaced, by an new standard.
-- Dog Resources --
Retrieve details about your dog
GET /dog/{id}
< 200
< Content-Type: application/json
{ name: "Rover", legs: 3}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment