SkyMavis Developer APIs
Introduction
This package provides access to the SkyMavis Developer APIs.
Getting Started
$3
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.
$3
``
bash
pnpm add @wehmoen/smapi
`
$3
`
js
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.