blob: 7341405eeab40b1c5bee34469f6ff3dc694bb6ec (
plain) (
tree)
|
|
{
"name": "Test API",
"methods" : {
"get_projects" : {
"authentication": true,
"path" : "/projects/show",
"method" : "GET",
"optional_params" : [
"name"
]
},
"get_project_info" : {
"required_params" : [
"project"
],
"path" : "/project/show",
"method" : "GET"
}
}
}
|