GET endpoints¶
meta
¶
parse_one
¶
parse_one(model: type[_MetaT], raw: Any) -> _MetaT
Validate raw into model, surfacing a mismatch as VndbParseError.
parse_user_map
¶
parse_user_map(raw: Any) -> dict[str, User | None]
Parse a GET /user response (a map of query -> user object or null).
parse_labels
¶
parse_labels(raw: Any) -> list[UlistLabel]
Parse a GET /ulist_labels response, unwrapping the labels array.