TanmoySG / wunderDB

A micro JSON-based Data Store inspired by MongoDB.
http://wdb.tanmoysg.com/api/
Apache License 2.0
11 stars 0 forks source link

[Enhancement] Response Body/Fields with `notice` field #122

Closed TanmoySG closed 1 year ago

TanmoySG commented 1 year ago

Add a notice field in response.

{
    "action": "listRole",
    "status": "success",
    "error": {},
    "data": {},
    "response" : {},
    "notice" : {}
}