0.1.0 • Published 3 months ago

fshapi v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

FshApi

A wrapper for Fsh api

Usage

const fshapi = require('fshapi');

const FA = new fshapi();

(async() => {
  console.log(await FA.call('animal', {animal: 'cat'}))
})()

Functions

call('endpoint', {args}, {fetch arguments}) - This is used to call any endpoint

0.1.0

3 months ago