open_repository_export_token
Function: warmhub.open_repository_export_token
open_repository_export_token(client: WarmHubClient, org_name: str, repo_name: str, export_token: str, *, resume_limit: int = DEFAULT_RESUME_LIMIT)Redeem an export token: the stream, or the state it is still in.
A complete redemption is a small JSON answer rather than the export, so it
is read whole here; the bytes follow from storage once rows is iterated.