- return collection. *http code: 200
[
{id:1},
{id:2}
]
- return single object. http code: 200
{id:1}
- create, update, delete. return none. http code: 200
- if error, http code: 400, return
{"status":OK|NOT_FOUND|UNKNOWN_ERROR}
dont't use. just reference.structure like the structure: https://developers.google.com/maps/documentation/geocoding/
{
"status": "OK|NOT_FOUND|UNKNOWN_ERROR",
"result": "array [] (request collection) or object {} (request object) or true|false (request delete, update, create)"
}