issues
search
hfaran
/
Tornado-JSON
A simple JSON API framework based on Tornado
http://tornado-json.readthedocs.org/
MIT License
273
stars
60
forks
source link
Add clarification on usage of JSendMixin vs. APIError and return data patterns
#66
Open
hfaran
opened
9 years ago
hfaran
commented
9 years ago
[ ]
As specified by this comment
in #63.
[ ] Additionally, the cars example should be changed to use the
return
and
raise APIError
patterns rather than
success/fail
https://github.com/hfaran/Tornado-JSON/issues/63#issuecomment-80415274
return
andraise APIError
patterns rather thansuccess/fail
https://github.com/hfaran/Tornado-JSON/issues/63#issuecomment-80415274