Skip to content

Instantly share code, notes, and snippets.

@yhaskell
Created September 30, 2015 16:50
Show Gist options
  • Save yhaskell/5ddb61da35633c3d3f0f to your computer and use it in GitHub Desktop.
Save yhaskell/5ddb61da35633c3d3f0f to your computer and use it in GitHub Desktop.
#%RAML 0.8
title: New API
version: v1
baseUri: http://api.samplehost.com
/helloWorld:
get:
responses:
200:
body:
application/json:
example: |
{
"message" : "Hello World"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment