server.web.routes.v2

Submodules

Attributes

version

api_v2_router

mod

Functions

is_alive(→ starlette.responses.JSONResponse)

Test connectivity to the database.

get_pst_now(→ starlette.responses.JSONResponse)

Get the current time in the Pacific.

health(→ starlette.responses.JSONResponse)

Test connectivity to the app.

test_route(→ None)

Test route.

api_version(→ starlette.responses.JSONResponse)

Test connectivity to the database.

Package Contents

server.web.routes.v2.version = 'v2'[source]
server.web.routes.v2.api_v2_router[source]
server.web.routes.v2.mod[source]
server.web.routes.v2.is_alive() starlette.responses.JSONResponse[source]

Test connectivity to the database.

server.web.routes.v2.get_pst_now() starlette.responses.JSONResponse[source]

Get the current time in the Pacific.

server.web.routes.v2.health() starlette.responses.JSONResponse[source]

Test connectivity to the app.

server.web.routes.v2.test_route() None[source]

Test route.

server.web.routes.v2.api_version() starlette.responses.JSONResponse[source]

Test connectivity to the database.