scrappi.api.factory

scrappi.api.factory#

Factory for API call handler classes.

Provides a simple factory, APICallHandlerFactory, to obtain an instance of an API call handler by name (for example "eodag" or "radcalnet"). The factory ensures a ScrappiContext is passed to the handler instance.

Classes

APICallHandlerFactory()