Commit graph

10 commits

Author SHA1 Message Date
d1cd04f3e3 Restructure documentation 2021-03-18 18:13:28 -04:00
88f56bb64d Annotate formatter and deserializer types 2021-03-18 16:47:40 -04:00
5fe5b75285 Add an overrideable custom formatters property 2021-03-18 16:36:23 -04:00
98cbaec514 Reformat request handler docstring 2021-03-17 16:16:04 -04:00
72cead3683 Handle additional validation errors 2021-03-17 16:13:35 -04:00
7a8f195712 Allow overriding of spec as a dictionary 2021-03-05 15:23:23 -05:00
3a622e0306 Use spec objects rather than dictionaries 2021-02-26 23:03:33 -05:00
12813757d1 Add documentation 2021-02-26 15:28:32 -05:00
3b3085652d Ignore types on tornado includes
Older versions of Tornado supported by this library lack type annotations.
2021-02-26 12:04:47 -05:00
d05f5dfd32 Add a request handler
Add a request handler class that validates incoming requests against an
OpenAPI 3 specification and translates errors to appropriate HTTP
response codes.
2021-02-25 22:53:51 -05:00