Skip to content
Get started

Unsafe Unwrap

client.webhooks.unsafeUnwrap(RequestOptionsoptions?): void
Function

Unsafe Unwrap

import Cadenya from '@cadenya/cadenya';

const client = new Cadenya({
  apiKey: process.env['CADENYA_API_KEY'], // This is the default and can be omitted
});

await client.webhooks.unsafeUnwrap();
Returns Examples