21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"success": true,
|
|
"error": "",
|
|
"payload": {
|
|
"/agents": {
|
|
"getTypes": {
|
|
"uri": "/api/agent-types/{family}",
|
|
"method": "GET"
|
|
},
|
|
"getSprites": {
|
|
"uri": "/api/agent-sprites/{group}",
|
|
"method": "GET"
|
|
},
|
|
"getProperties": {
|
|
"uri": "/api/agent/{id}",
|
|
"method": "GET"
|
|
}
|
|
}
|
|
}
|
|
}
|