1
0
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
DotDeploy/resources/api-docs/root.json
Tony Grosinger 24afe901b9 Started adding api documentation
Using Swagger. Visit the root directory to see it in action or /api-docs
to see the raw json files.
2014-06-26 20:27:05 -07:00

29 lines
899 B
JSON

{
"apiVersion": "0.0.1",
"swaggerVersion": "1.2",
"apis": [
{
"path": "/user",
"description": "Operations about user"
},
{
"path": "/token",
"description": "Operations about token"
},
{
"path": "/machine",
"description": "Operations about machine"
},
{
"path": "/file",
"description": "Operations about file"
}
],
"info": {
"title": "DotDeploy",
"description": "This is the API explorer for <a href=\"http://dotdeploy.works\">DotDeploy</a>. The api key should be a valid Google access_token which can be generated using the Google OAuth Playground",
"contact": "tony@grosinger.net",
"license": "Apache 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
}