项目作者: arsenlosenko

项目描述 :
Dummy REST API to test tornado
高级语言: Python
项目地址: git://github.com/arsenlosenko/tornado_rest.git
创建时间: 2017-12-28T14:29:49Z
项目社区:https://github.com/arsenlosenko/tornado_rest

开源协议:

下载


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)