fetch is used. If you wish to use Axios, this is how you would
register it.
Parameters
Returns
Promise<GetUrlResponse>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type FetchGetUrlFunc: (req, signal?) => Promise<GetUrlResponse>;
fetch is used. If you wish to use Axios, this is how you would
register it.
| Parameter | Type |
|---|---|
req | FetchRequest |
signal? | FetchCancelSignal |
Promise<GetUrlResponse>
Was this page helpful?
