Interface APIClientOptions

Hierarchy

Properties

Properties

fetch?: Fetch

Fetch instance, must be provided in non-browser environments. You can use the node-fetch package in Node.js.

provider?: APIProvider

API provider to use, if omitted and the url option is set the default provider will be used.

url?: string

URL to the API node to use, only used if the provider option is not set.