omni.services.crash.services.service

Classes Summary:

BaseModel

HelloWorldRequestModel

Model of a request containing the data required to greet a User.

HelloWorldResponseModel

Model of a response containing the formatted greeting message to the User.

ServiceAPIRouter

Extended fastapi.APIRouter to support the storing and getting of facilities at runtime.

Functions Summary:

greet

An HTTP POST endpoint to return a greeting message including the formatted User name.