Skip to content

Instantly share code, notes, and snippets.

@wogsland
Last active August 29, 2015 14:23
Show Gist options
  • Save wogsland/948c2a783cbdd9a34d29 to your computer and use it in GitHub Desktop.
Save wogsland/948c2a783cbdd9a34d29 to your computer and use it in GitHub Desktop.
Swagger High Level
{
"swagger": "2.0",
"info": {
"description": "Enter your API key in the upper right and click on an endpoint below to start testing!",
"version": "v1",
"title": "API Documentation",
"termsOfService": "http://www.leadspedia.com/saas-subscription-agreement.html",
"contact": {
"email": "support@leadspedia.com"
}
},
"host": "bradley.leadspediaapi.com",
"basePath": "/v1",
"tags": [
{
"name": "advertisers",
"description": "Get information and create advertisers"
}
],
"schemes": [
"http"
],
"paths": {...},
"definitions": {...},
"externalDocs": {
"description": "Find out more about LeadsPedia",
"url": "http://www.leadspedia.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment