@oak-digital/resights-js
v0.0.1-beta.2
Published
A Typescript/Javascript library for the Resights API
Downloads
26
Keywords
Readme
Resights-js
A Typescript/Javascript library for the Resights API
Install
pnpm install @oak-digital/resights-js
Usage
To use this library you need to obtain a resights API token. In this example you need to replace the RESIGHTS_API_TOKEN
with your actual token.
import { Resights } from '@oak-digital/resights-js'
const client = new Resights(RESIGHTS_API_TOKEN)
Docs
You can find online docs through tsdocs.dev or jsdocs.io
License
MIT License © 2023-PRESENT Anthony Fu