Skip to content

Instantly share code, notes, and snippets.

@joshrosso
Created June 16, 2014 23:34
Show Gist options
  • Save joshrosso/435192339536842c5ce1 to your computer and use it in GitHub Desktop.
Save joshrosso/435192339536842c5ce1 to your computer and use it in GitHub Desktop.
paged.raml
queryParameters:
start:
description: first record
max:
description: Maximum count to return
type: "OAuth 2.0"
settings:
accessTokenUri: "http://idonthaveany.com/uri"
authorizationUri: "http://idonthaveany.com/auth"
describedBy:
headers:
Authorization:
required: true
description: Should contain the access/auth tokens
Test:
required: true
description: Just a test
responses:
401:
description: |
Invalid tokens
403:
description: |
Valid tokens, invalid user!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment