blob: 42e3c25eeac11f9015c90e1524012f73c41e343a (
plain) (
tree)
|
|
{
"name": "Test API",
"methods" : {
"get_info" : {
"authentication": true,
"path" : "/show",
"method" : "GET",
"optional_params" : [
"user",
"border"
]
},
"get_user_info" : {
"required_params" : [
"user"
],
"optional_params" : [
"border"
],
"path" : "/show",
"method" : "GET"
}
}
}
|