Skip to content

unmodding/mcarchive-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McArchive SDK

Unofficial McArchive SDK.

Installation

pnpm add @unmodding/mcarchive-sdk

Usage

import { McArchive } from '@unmodding/mcarchive-sdk';

const client = new McArchive();

console.log(await client.ping());

console.log(await client.getMod('forestry', ['uuid', 'name', 'slug', 'description']));

About

Unofficial McArchive SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors