animedex.agg.show

Single-source aggregate entity show.

show

animedex.agg.show.show(type: str, prefix_id: str, *, config: Config | None = None, **kw)[source]

Show one entity from the backend encoded by prefix_id.

Parameters:
  • type (str) – Entity type.

  • prefix_id (str) – Prefix-encoded backend ID.

  • config (Config or None) – Optional config.

Returns:

Backend-rich result.

Return type:

object

Raises:

ApiError – When the prefix or type/backend pair is invalid.

selftest

animedex.agg.show.selftest() bool[source]

Smoke-test show validation without network access.

Returns:

True on success.

Return type:

bool