Interface ModrinthClientOptions
🏷️ Properties
baseUrl optional
ts
baseUrl: string
Defined in: packages/modrinth/index.ts:166
fetch optional
ts
fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>
The fetch function to use
Defined in: packages/modrinth/index.ts:174
headers optional
ts
headers: Record<string, string>
The extra headers
Defined in: packages/modrinth/index.ts:170