Last active
August 29, 2015 14:23
-
-
Save wogsland/948c2a783cbdd9a34d29 to your computer and use it in GitHub Desktop.
Swagger High Level
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]" | |
} | |
}, | |
"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