Update docs

This commit is contained in:
Dan Sosedoff 2014-10-11 13:40:15 -05:00
parent e2bc79f686
commit 5551626516

29
API.md
View File

@ -1,25 +1,20 @@
## API
# API
Get current database tables:
Current endpoint:
```
GET /tables
GET /info
GET /tables
GET /tables/:table
GET /tables/:table/indexes
GET /query
POST /query
GET /explain
POST /explain
GET /history
```
Get table details:
```
GET /tables/:name
```
Execute select query:
```
POST /select?query=SQL
GET /select?query=SQL
```
### Response formats
# Query Response
Successful response: