getAPIList<
Item,
PageClass extends AbstractPage<Item> = AbstractPage<Item>
>(
path: string,
Page: (args: any[]) => PageClass, opts: PromiseOrValue<RequestOptions>
): PagePromise<PageClass, Item>| Name | Type | Description |
|---|---|---|
path* | string | |
Page* | (args: any[]) => PageClass | |
opts | PromiseOrValue<RequestOptions> |