Skip to content

Instantly share code, notes, and snippets.

@zachflower
Created November 26, 2015 02:34
Show Gist options
  • Save zachflower/63577c73ccce97d3004a to your computer and use it in GitHub Desktop.
Save zachflower/63577c73ccce97d3004a to your computer and use it in GitHub Desktop.
Example API Blueprint Markdown

Hello World API

A Hello World API. Always returns “Hello World”.

Hello World [/hello]

Return “Hello World.” Always.

GET resource [GET]

Make a GET request.

  • Response 200 (text/plain)

      Hello World!
    

POST resource [POST]

Make a POST request.

  • Response 200 (text/plain)

      Hello World!
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment