flyff.js
v1.3.0
Published
An API Wrapper for the FlyFF Universe API
Readme
flyff.js
flyff.js is an API wrapper written in TypeScript for the FlyFF Universe API
Features
- Type safe
- ESM/CJS compatible
- Covers all of the current FlyFF Universe API endpoints
Getting started
Install the library with your preferred package manager
npm install flyff.jsyarn add flyff.jsInstantiate a new client
import { FlyffClient } from "flyff.js";
const client = new FlyffClient();Make API calls
await client.job.getAllIds();
// [ 764 ,2246, 3545, 5330, ... ]Documentation
coming soon
