1.3.0 • Published 2 months ago

flyff.js v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.js
yarn add flyff.js

Instantiate 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

License

MIT

1.3.0

2 months ago

1.2.0

6 months ago

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago