Browse Source

doc: adding groupby and aggregate

pull/8/head
oof1lab 7 years ago
parent
commit
38466053f7
  1. 2
      README.md

2
README.md

@ -71,6 +71,8 @@ Root URL (localhost:3000/) returns all REST API urls for each table in schema.
* PUT       /api/tableName/:id
* GET       /api/tableName/count
* GET       /api/tableName/exists
* GET       /api/tableName/groupby
* GET       /api/tableName/aggregate
* GET       /api/parentTable/:id/childTable
* DELETE  /api/tableName/:id
* POST     /dynamic

Loading…
Cancel
Save