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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Active project?
#114
dineshbvadhia
opened
3 years ago
1
2.0.0: Support Tornado 6.0+ only
#113
skaphander
closed
5 years ago
2
Add support for async def
#112
cdsboy
closed
5 years ago
3
Pin dependencies to fix test failures from breaking changes
#111
hfaran
closed
5 years ago
1
Fix Tornado version pinning in tests
#110
hfaran
closed
5 years ago
1
Pin jsonschema 2.3.0
#109
hfaran
closed
5 years ago
1
Added support to not send responses when the handler has already called finish()
#108
vivekfantain
opened
5 years ago
3
Revert "DeprecationWarning for inspect.getargspec() Fix"
#107
hfaran
closed
5 years ago
4
DeprecationWarning for inspect.getargspec() Fix
#106
digitaldavenyc
closed
5 years ago
4
Validating query params?
#105
braco
opened
6 years ago
1
async handler methods not supported (Tornado 6.x)
#104
ricogini
opened
6 years ago
2
Version 1.3.3 apparently only published for Python2
#103
ksonj
closed
6 years ago
3
Release 1.3.3
#102
hfaran
closed
6 years ago
0
update gen.py to support tornado 5.x
#101
mpecarina
closed
6 years ago
1
Added support to not send responses when the handler has already called finish()
#100
vivekfantain
closed
5 years ago
2
Switched broken pypip.in badges to shields.io
#99
movermeyer
closed
6 years ago
3
Incomplete response.py present in PyPI source distributions
#98
djbright
closed
7 years ago
4
Remove pyclbr and use inspect instead for module introspection
#97
hfaran
closed
7 years ago
3
auto route generation fails when supplied namespaced package
#96
djbright
closed
7 years ago
2
Integrate swagger for api documentation
#95
okuznetsov
opened
8 years ago
0
Python tuples fail to validate as Json lists
#94
micpalmia
opened
8 years ago
1
Some problem in APIHander
#93
Summersummer3
closed
8 years ago
3
Generalize schema.validate
#92
hfaran
opened
8 years ago
0
pypip.in badges in README are broken
#91
hfaran
opened
8 years ago
0
Fixed api_doc_gen duplicated entries
#90
mauler
closed
8 years ago
3
Added support for custom validators
#89
mauler
closed
8 years ago
2
Issue 84 apidocjs
#88
mauler
opened
8 years ago
2
Issue 72 dynamic schemas
#87
mauler
opened
8 years ago
2
ISSUE-71: Added use_defaults support for schema.validate
#86
mauler
closed
8 years ago
2
@schema.validate allow to transfer custom `IValidator` class that will be used to validate the instance.
#85
rkaralkin
closed
8 years ago
1
Integrate apidocjs
#84
hfaran
opened
8 years ago
1
Add generate_docs parameter to Application
#83
hfaran
closed
8 years ago
0
optional parameters and logging
#82
njordr
closed
8 years ago
3
tornado_json.exceptions is missing in the readthedocs documentation
#81
hfaran
opened
9 years ago
0
arg_pattern kwarg for get_module_routes() including hyphen
#80
ktalik
closed
9 years ago
1
Handle case where method has no docstring
#79
hfaran
closed
9 years ago
0
Possible bug in api_doc_gen
#78
digitaldavenyc
closed
9 years ago
1
Swap data and message fields for unhandled exceptions
#77
lockie
closed
8 years ago
3
Error object inconsistency
#76
lockie
closed
9 years ago
8
shouldn't error pages be content-type json?
#75
benjaminwilson
opened
9 years ago
2
Add a Gitter chat badge to README.md
#74
gitter-badger
closed
9 years ago
1
if output is empty, auto return the error 404.
#73
hyacinthus
closed
9 years ago
20
Using dynamic schemas
#72
normanjaeckel
opened
9 years ago
5
Use default values for missing properties.
#71
normanjaeckel
closed
8 years ago
5
Add format_checker kwarg to schema.validate
#70
hfaran
closed
9 years ago
2
Add format_checker option at schema.py validate _wrapper
#69
kay-si
closed
9 years ago
5
Support tornado==3.x.x gen.coroutine
#68
hfaran
closed
9 years ago
0
API documentation for nonexistent routes generated when argspec and non-argspec method present in same handler
#67
hfaran
closed
8 years ago
1
Add clarification on usage of JSendMixin vs. APIError and return data patterns
#66
hfaran
opened
9 years ago
0
@validate already makes a coroutine; 1.2.0 release changes likely unnecessary
#65
hfaran
closed
8 years ago
1
Next