unl-js-api
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

unl-js-api

A javascript SDK to wrap the UNL API. The library is written in TypeScript and it provides its own type definitions.

Install

npm install unl-js-api
yarn add unl-core

Usage

You can import the UnlApi class and create an instance by passing an UNL API Key. Replace "YOUR-UNL-API-KEY" with a valid key in the following snippet.

import UnlApi from 'unl-js-api';

const UNL_API_KEY = config.UNL_API_KEY;
const unlApi = new UnlApi('YOUR-UNL-API-KEY');

Next, the methods can be called by referencing the unlApi instance:

unlApi.recordsApi.getById('YOUR-PROJECT-ID', 'YOUR-RECORD-ID');

For information on how to generate an API key, along with usage examples follow the UNL developer documentation.

Dependencies (4)

Dev Dependencies (10)

Package Sidebar

Install

npm i unl-js-api

Homepage

unl.global

Weekly Downloads

11

Version

0.1.9

License

MIT

Unpacked Size

97.5 kB

Total Files

126

Last publish

Collaborators

  • unl