To get the list of tables in the db
Method : GET
URI : /db/<dbname>/count
Example
curl -X GET http://192.168.1.105:18080/db/mydb/count
Response
{ "count": 32 }
To get the list of tables in the db
Method : GET
URI : /db/<dbname>/count
Example
curl -X GET http://192.168.1.105:18080/db/mydb/count
Response
{ "count": 32 }