fast-io
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Fast.io JavaScript SDK

A TS wrapper around the Fast.io API

Installation

npm i fast

Usage

// Import the lib
import FastIO from 'fast';

// Create a new session
const fast = new FastIO();

// Authenticate future requests
await fast.authenticate('<token>');

// Retrieve user info from the API
const info = await fast.user.getInfo();

// Log the JSON results to the console
console.log('your user info:', info);

Package Sidebar

Install

npm i fast-io

Homepage

fast.io

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

26.3 kB

Total Files

17

Last publish

Collaborators

  • mf.cavitt