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;
}

View File

@ -1,6 +1,6 @@
{
"name": "pl-api",
"version": "1.0.0-rc.95",
"version": "1.0.0-rc.96",
"type": "module",
"homepage": "https://codeberg.org/mkljczk/pl-fe/src/branch/develop/packages/pl-api",
"repository": {