pl-api: expose paginatedGet util

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-25 02:55:38 +01:00
parent 2036c10fd2
commit f9f43bf6d2
2 changed files with 5 additions and 1 deletions

View File

@ -6376,6 +6376,10 @@ class PlApiClient {
}
};
public readonly utils = {
paginatedGet: this.#paginatedGet.bind(this),
};
get accessToken(): string | undefined {
return this.#accessToken;
}