MCPcopy Create free account
hub / github.com/NanmiCoder/MediaCrawler / AbstractApiClient

Class AbstractApiClient

base/base_crawler.py:119–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119class AbstractApiClient(ABC):
120
121 @abstractmethod
122 async def request(self, method, url, **kwargs):
123 pass
124
125 @abstractmethod
126 async def update_cookies(self, browser_context: BrowserContext):
127 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected