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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user