dsss.starlette#
Starlette implementation of the SDMX REST API.
Todo
per the SDMX REST cheat sheet:
Handle HTTP headers:
If-Modified-SinceGet the data only if something has changed.Accept-EncodingCompress the response.
Functions
|
Construct and return a |
|
Handle errors. |
|
Return a bare-bones HTML info page on from the base URL. |
- dsss.starlette.build_app(**config_kwargs)#
Construct and return a
StarletteDSSS app.
- async dsss.starlette.handle_exception(request: starlette.requests.Request, exc)#
Handle errors.
- async dsss.starlette.index(request: starlette.requests.Request)#
Return a bare-bones HTML info page on from the base URL.
Classes
|
Middleware that sets the |