Skip to content

Instantly share code, notes, and snippets.

@naivefun
Last active July 21, 2016 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naivefun/d005d131ef938952acc26d0609782c0a to your computer and use it in GitHub Desktop.
Save naivefun/d005d131ef938952acc26d0609782c0a to your computer and use it in GitHub Desktop.
{
"name": null,
"description": null,
"authType": "OTHER | BASIC | OAUTH2",
"bodyEncoding": "FORMDATA | JSON",
"sections": [
{
"name": null,
"id": null,
"path": null,
"summary": null,
"endpoints": [
{
"name": null,
"method": "GET | POST | ...",
"path": null,
"id": null,
"body": null,
"status": "PENDING | PUBLISHED",
"description": null,
"encoding": "FORMDATA | BINARY | JSON",
"parameters": [
"..."
]
}
]
}
],
"parameters": [
{
"name": null,
"in": "BODY | HEADER | QUERY | PATH",
"type": "STRING | NUMBER | INTEGER | OBJECT",
"defaultValue": null,
"sampleValue": null,
"optional": "YES | NO | DEPENDS",
"format": null,
"description": null
}
],
"environments": [
{
"name": null,
"id": null,
"baseURL": null,
"variables": [
{
"key": null,
"value": null
}
]
}
],
"customType": [
{
"name": null,
"values": [
{
"key": null,
"value": null
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment