oleiade / Elevator

Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.
http://elevator.readthedocs.org
MIT License
71 stars 12 forks source link

Response should have a meta #88

Closed oleiade closed 12 years ago

oleiade commented 12 years ago

In order to keep response status/content really separated, they should be separated just like a Restful API would do.

{ 'meta': ... 'objects': ... }