Response

class liquipydia.ApiResponse

Bases: object

Parsed response from the Liquipedia API.

result

List of record dicts returned by the API.

warnings

List of warning strings (empty if none).

result: list[dict[str, Any]]
warnings: list[str]
__init__(result, warnings)