Commit Graph

6 Commits

Author SHA1 Message Date
Laurent Savaete
c0d30f4f98 Updates docs 2020-12-23 22:25:53 +00:00
Guillaume Gardey
acde458c45 fix: Address issue with decorator
The value returned by an endpoint may not be an instance or subclass
of `Response`, in this case FastAPI builds the actual Response
at an upper level in the middleware stack.
This patch allows the decorator to inspect the endpoint to retrieve the
associated `Response` to allow headers to be injected.
2020-12-23 09:48:50 +00:00
Laurent Savaete
196820d84e Include all dependencies to build the docs 2020-10-01 17:42:38 +01:00
Laurent Savaete
f3bb8d2a6c Add readthedocs config 2020-10-01 17:27:57 +01:00
Laurent Savaete
da9cba95e6 Add api documentation using mkautodoc 2020-10-01 16:46:04 +01:00
Laurent Savaete
15483e3b1e Setup documentation on readthedocs 2020-10-01 13:45:26 +01:00