REST API application implementation for production deployments with HTTP endpoint support
RestApp
class provides a REST API implementation of the App interface, designed for production deployments. It exposes HTTP endpoints for data ingestion and querying, making it suitable for web services and API-based integrations.
Sequence[DataLoaderSource]
- A sequence of DataLoaderSource instances.
RestHandler
- The REST request handler instance.
RestApp
extends the application hierarchy to provide REST-specific functionality:
Inheritance Chain:
RestApp
OnlineApp
App
ABC
+ Generic
QueryMixin
App
OnlineApp
QueryMixin
RestApp