Skip to content

Instantly share code, notes, and snippets.

@sebastianhenneberg
Created January 22, 2016 16:31
Show Gist options
  • Save sebastianhenneberg/ef5995c150d5a208d316 to your computer and use it in GitHub Desktop.
Save sebastianhenneberg/ef5995c150d5a208d316 to your computer and use it in GitHub Desktop.
Example API with RAML Step 9
# document root
types:
Error: !include types/error.raml
Gender: !include types/gender.raml
UserBase: !include types/userBase.raml
User: !include types/user.raml
Users: User[]
traits:
BadRequest: !include ./badRequest.raml
resourceTypes:
NotFound: !include ./notFound.raml
# endpoints and operations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment