Skip to content

Instantly share code, notes, and snippets.

@cjmamo
Created September 25, 2015 12:50
Show Gist options
  • Save cjmamo/045dcd97953b69fdad6c to your computer and use it in GitHub Desktop.
Save cjmamo/045dcd97953b69fdad6c to your computer and use it in GitHub Desktop.
#%RAML 0.8
title: Secure API
version: v1
baseUri: https://opensourcesoftwareandme.blogspot.com/api
securedBy: [apiKey]
securitySchemes:
- apiKey:
type: x-custom
description: Authentication by API key
describedBy:
queryParameters:
apiKey:
required: true
type: string
responses:
401:
description: Unauthorized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment