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.

__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.