pl-api: expose paginatedGet util
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -6376,6 +6376,10 @@ class PlApiClient {
|
||||
}
|
||||
};
|
||||
|
||||
public readonly utils = {
|
||||
paginatedGet: this.#paginatedGet.bind(this),
|
||||
};
|
||||
|
||||
get accessToken(): string | undefined {
|
||||
return this.#accessToken;
|
||||
}
|
||||
|
||||
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user