Methods
request()
Parameters
Returns
Promise<any>
The result of the request.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
request(request): Promise<any>
| Parameter | Type | Description |
|---|---|---|
request | object | The request object. |
request.method | string | The method name. |
request.params? | any[] | Record<string, any> | The parameters for the method. |
request.shard? | Shard | The shard to send the request to. |
Promise<any>
The result of the request.
Was this page helpful?
