Getting started
Last updated
Was this helpful?
Last updated
Was this helpful?
The redivis library is . Use npm to install, or specify redivis-js
in your package.json
The redivis-js library supports two forms of authentication: API token and OAuth
The OAuth flow is recommended for interactive sessions, and will automatically prompt you (or the end user) to authenticate with their Redivis credentials. If you're using the redivis-js library in a browser, a popup will appear when authorization is required. If using it in a Node.js environment, a URL will be printed
For non-interactive usage of the redivis-js library (in a Node.js environment), you can use an API token stored as an environment variable for authorization.
First, follow the steps to . This API token must then be set as the REDIVIS_API_TOKEN
environment variable before executing your script. You can set the variable for your current session by running the following in your terminal:
When referencing datasets, workflows, and tables on Redivis, you should be familiar with the .