You've already forked AstralRinth
forked from didirus/AstralRinth
update Modrinth Hosting issue template + misc comments (#5166)
This commit is contained in:
@@ -39,7 +39,7 @@ export interface ClientConfig {
|
||||
labrinthBaseUrl?: string
|
||||
|
||||
/**
|
||||
* Base URL for Archon API (Modrinth Servers API)
|
||||
* Base URL for Archon API (Modrinth Hosting API)
|
||||
* @default 'https://archon.modrinth.com'
|
||||
*/
|
||||
archonBaseUrl?: string
|
||||
|
||||
@@ -10,7 +10,7 @@ export type RequestOptions = {
|
||||
/**
|
||||
* API to use for this request
|
||||
* - 'labrinth': Main Modrinth API (resolves to labrinthBaseUrl)
|
||||
* - 'archon': Modrinth Servers API (resolves to archonBaseUrl)
|
||||
* - 'archon': Modrinth Hosting API (resolves to archonBaseUrl)
|
||||
* - string: Custom base URL (e.g., 'https://custom-api.com')
|
||||
*/
|
||||
api: 'labrinth' | 'archon' | string
|
||||
|
||||
Reference in New Issue
Block a user