项目作者: arsenlosenko
项目描述 :
Dummy REST API to test tornado
高级语言: Python
项目地址: git://github.com/arsenlosenko/tornado_rest.git
Tornado REST test
Entry points
/api/v1/books/
- retrieve information about books (with GET request) or add new info (via POST request)
/api/v1/prices/
- retrieve information about prices (with GET request) or add new info (via POST request)