Rest Handler

Classes

RestHandler(query_mixin: superlinked.framework.dsl.query.query_mixin.QueryMixin, sources: Sequence[superlinked.framework.dsl.source.rest_source.RestSource], queries: Sequence[superlinked.framework.dsl.executor.rest.rest_configuration.RestQuery], endpoint_config: superlinked.framework.dsl.executor.rest.rest_configuration.RestEndpointConfiguration) :

### Instance variables

`path_to_query_map: Mapping[str, superlinked.framework.dsl.executor.rest.rest_configuration.RestQuery]`
:

`path_to_source_map: Mapping[str, superlinked.framework.dsl.source.rest_source.RestSource]`
:

Last updated

Was this helpful?