Interface: PatreonClientOptions<IncludeAll>
Defined in: rest/v2/clients/base.ts:47
The constructor options for API applications
Type Parameters
| Type Parameter | Default type |
|---|---|
IncludeAll extends boolean | false |
Properties
| Property | Type | Description |
|---|---|---|
name? | string | The application name of this client |
oauth | PatreonOauthClientOptions | The Oauth options for this client. Required for both creator and user clients. |
rest? | Partial<RESTOptions<IncludeAll>> | The rest options for this client |
store? | PatreonTokenFetchOptions | Options for storing and getting API (creator) tokens. Default undefined |