Interface CurseforgeClientOptions
🏷️ Properties
baseUrl optional
ts
baseUrl: string
The base url, the default is https://api.curseforge.com
Defined in: packages/curseforge/index.ts:520
dispatcher optional
ts
dispatcher: Dispatcher
The optional undici dispatcher
Defined in: packages/curseforge/index.ts:516
headers optional
ts
headers: Record<string, string>
Extra headers
Defined in: packages/curseforge/index.ts:512