1.0.0 • Published 11 months ago

@entneo/entneo-api-kit v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

entneo-api-kit

Entneo REST API Requests Kit

Usage

  1. Import and create an instance of the kit in your project
import { entneoApiKit } from '@entneo-api-kit'

const api = entneoApiKit('your-authentication-key')
  1. Call the Entneo API using any available interface
const { data, status } = await api.account.get('account-reference')
1.0.0

11 months ago