0.0.1-beta.2 • Published 2 years ago
@oak-digital/resights-js v0.0.1-beta.2
Resights-js
A Typescript/Javascript library for the Resights API
Install
pnpm install @oak-digital/resights-jsUsage
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