main¶
The initialization of the ASGI FastAPI application.
APP = FastAPI(title='OPTIMADE Gateway', description='A gateway server to query multiple OPTIMADE databases.', version=__version__)
module-attribute
¶
The FastAPI ASGI application.
get_root(request)
async
¶
GET /
Introspective overview of gateway server.
Note
Temporarily redirecting to GET /docs
.
Source code in optimade_gateway/main.py
27 28 29 30 31 32 33 34 35 36 37 38 |
|