Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Compare: Api

Showing with 1 addition and 1 deletion.
  1. +1 −1 Api.md
2 changes: 1 addition & 1 deletion Api.md
Expand Up @@ -19,7 +19,7 @@ All data are written with JSON (request and response). 200 code is default succe

Request API is used to retrieve documents depending on their properties through CouchDB views.

POST /request/:req_name/ Return requests result.
POST /request/:req_name/ Return requests result.
Return a table key/value given by corresponding CouchDB view.
Params:
key: returns only documents for this key
Expand Down