modrinth-api-types
v1.1.0
Published
Full typings for the Modrinth REST API
Maintainers
Readme
‼️ THIS PROJECT IS A WORK IN PROGRESS! ‼️
There is only support for Version 2 currently. Version 3 will be coming in a future update.
Modrinth API Types
An unofficial typings package for the Modrinth REST API.
Features:
- 100% API coverage
- Full typings supported
- Full documentation available for the package here
Note: Currently supporting Version 2 of the modrinth API only. Version 3 is in development.
Quick Installation Guide
npm install modrinth-api-typesTypescript / Import
import { APIUser, APIProject } from "modrinth-api-types/v2";Node.js / Require
const { APIUser, APIProject } = require("modrinth-api-types/v2");