A little more details in database api description

This commit is contained in:
Andrew Melton 2014-01-17 13:20:33 -05:00
parent e2a78cff3f
commit 5a8a95a90d

View File

@ -4,7 +4,7 @@ The StackTach Database REST Interface
JSON Response Format
********************
The StackTach Database API uses a more standard data model for access of to database objects
The StackTach Database API uses a more standard data model for access to database objects. The Database API is read only, with the exception of usage confirmation, which is used to indicate that usage has been sent downstream.
The JSON response format uses an envelope with a single key to indicate the type of object returned. This object can be either a dictionary in the case of queries that return single objects, or a list when multiple objects are turned.