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

[Breaking Change] Phase out `data` field from API-response in favour of `response` field #121

Open TanmoySG opened 1 year ago

TanmoySG commented 1 year ago

In continuation of #120 , Phase out/Remove the data field from response and only use response. This would break dependant services.

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