workflows.do
Setup
All of the .do
SDKs are installed as dependencies of the workflows.do
package, so you only need to install one package to get started:
npm i workflows.do
Then get your API key and set it in an environment variable:
DO_API_KEY=sk_do_*****************************
Last updated on