class documentation

class EndpointDefinition: (source)

View In Hierarchy

Dataclass to hold information about an endpoint.

Class Variable endpointName Name of the endpoint.
Class Variable pluginName Name of the plugin that provides the endpoint.
Class Variable signature The signature of the endpoint method.
endpointName: str = (source)

Name of the endpoint.

pluginName: str = (source)

Name of the plugin that provides the endpoint.

signature: inspect.Signature = (source)

The signature of the endpoint method.