animedex.api
animedex api raw passthrough.
This package wires the 12 backends behind a single call()
dispatcher whose return value is the
RawResponse envelope. The CLI
renderers in animedex.render.raw project that envelope into
four output modes (default body / -i / -I / –debug).
The package is import-safe: it does not load backend modules eagerly.
- animedex.api._dispatch
- animedex.api._envelope
- animedex.api._paginate
- animedex.api._params
- animedex.api.anilist
- animedex.api.ann
- animedex.api.danbooru
- animedex.api.ghibli
- animedex.api.jikan
- animedex.api.kitsu
- animedex.api.mangadex
- animedex.api.nekos
- animedex.api.quote
- animedex.api.shikimori
- animedex.api.trace
- animedex.api.waifu
__all__
- animedex.api.__all__ = ['RawCacheInfo', 'RawRedirectHop', 'RawRequest', 'RawResponse', 'RawTiming', 'redact_credential_value', 'redact_headers']
Built-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.