drip-nodejs icon indicating copy to clipboard operation
drip-nodejs copied to clipboard

Preview mode not supported

Open mulholo opened this issue 5 years ago • 0 comments

In a local/testing environment, there seems to be no way to support the Drip API's Preview/Test mode.

I think this would be a great API to have, easily configured with an ENV variable:

const drip = Drip({
  token: API_KEY,
  accountId: ACCOUNT_ID,
  preview: true,
})

mulholo avatar Feb 18 '21 19:02 mulholo