@wehmoen/smapi
v1.0.1
Published
A library for APIs provided by SkyMavis.
Downloads
7
Maintainers
Readme
SkyMavis Developer APIs
Introduction
This package provides access to the SkyMavis Developer APIs.
Getting Started
Get your API Key
To use the SkyMavis Developer APIs, you need to get an API key. You can get one by signing up at https://developers.skymavis.com/console.
Install the package
pnpm add @wehmoen/smapi
Use the package
const SMAPI = require('@wehmoen/smapi');
const API = new SMAPI(YOUR_API_KEY);
Documentation
The documentation for the SkyMavis Developer APIs can be found at https://docs.skymavis.com/reference/general.
Examples
See the examples folder for examples on how to use the package.