1.0.0 • Published 2 years ago
@entneo/entneo-api-kit v1.0.0
entneo-api-kit
Entneo REST API Requests Kit
Usage
- Sign up and create an account authentication key on auth.entneo.app
- Import and create an instance of the kit in your project
import { entneoApiKit } from '@entneo-api-kit'
const api = entneoApiKit('your-authentication-key')
- Call the Entneo API using any available interface
const { data, status } = await api.account.get('account-reference')
- Read the API documentation on auth.entneo.app
1.0.0
2 years ago