Skip to main content

Table of Contents

Methods

Methods

async
Get the user associated with the API client’s token, if one is presentReturns Response<User | null>
async
Get a specific user on Modrinth
string
required
Returns Response<User | null>
async
Get mutliple users on Modrinth by their ID or username
string[]
required
Returns Response<User[]>
async
Get a list of projects associated with a user on Modrinth
string
required
Returns Response<Project[]>
async
Get a list of projects a user on Modrinth is following
string
required
Returns Response<Project[]>
async
requires token
Get a user’s Modrinth payout transaction history
string
required
Returns Response<UserPayoutTransaction[]>
async
requires token
Get a list of a user’s Modrinth notifications
string
required
Returns Response<UserNotification[]>
async
requires token
Get a list of Modrinth notifications by their ID
string[]
required
Returns Response<UserNotification[]>