Developers "LOVE" documentation
open source framework
Large ecosystem of tools that helps you to:
Who use swagger ?
paths:
/campaigns:
get:
tags:
- campaign
summary: List all campaign
description: ""
operationId: campaign.list_campaigns
consumes:
- application/json
produces:
- application/json
responses:
"200":
description: Invalid input
schema:
$ref: "#/definitions/Campaigns"
"paths": {
"/build": {
"post": {
"operationId": "StartBuild",
"responses": {
"200": {
"description": "",
"schema": {
"$ref": "#/definitions/apiBuildResponse"
}
}
},
"parameters": [
{
"name": "build_request",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/apiBuildRequest"
}
}
}
]
}
Editor
http://editor.swagger.io
UI
Codegen
Open Source Integrations
Demo