Skip to main content

Table of Contents

Methods

Methods

async
Get a list of members associated with a Modrinth team
string
required
Returns Response<TeamMember[]>
async
Get a list of members associated with multiple Modrinth teams at once
string[]
required
Returns Response<TeamMember[]>
async
Get an organization on Modrinth
string
required
Returns Response<Organization | null>
async
Get mutliple organizations on Modrinth at once
string[]
required
Returns Response<Organization[]>