Skip to main content

Table of Contents

Methods

Methods

async
requires token
Get a list of open reports associated with a Modrinth user
number
default:10
Returns Response<ReportThread[]>
async
requires token
Get a report on Modrinth by its thread ID
string
required
Returns Response<ReportThread | null>
async
requires token
Get multiple reports on Modrinth by their thread ID
string[]
required
Returns Response<ReportThread[]>
async
requires token
Get a thread on Modrinth by its ID
string
required
Returns Response<Thread | null>
async
requires token
Get multiple threads on Modrinth by their ID
string[]
required
Returns Response<Thread[]>