Version 0.2.0 (2014-09-25)¶
First “real” release, including additional tests and finally some PR contributions :) (Thanks James!)
Features¶
- Split install requirements into 3 files, which can be read either by
pipor by thesetup.pyscript.requirements.txtis the usual file you install fromtest-requirements.txtis a file intended for use when you are testing this repo.dev-requirements.txtis the file you should install from if you are hacking in this repo.
- Added a custom
Clusto-Modeheader to change how the JSON data is presented back:compactmode: is the default for API calls that return a list of items back to the requestor.expandedmode: is the default for API calls that return a single item back to the requestor
- Added a
by-namesendpoint, it receives a list of parameters and will return back a list of items found