Abstract
Get the source identifier for this client.
Get the configuration for this source.
Abstract
searchSearch for manga using this source's API. Must be implemented by each source.
Optional
limit: numberAbstract
getGet detailed information about a specific manga. Must be implemented by each source.
Extract AniList ID from a manga entry by fetching its details.
Search for manga and get their AniList counterparts. This provides the main workflow that all sources can use.
Clear cache for specific search queries.
Abstract base class for manga source API clients. Provides common functionality and defines the interface that all manga sources must implement.