Skribby
TypeScript SDKUpdated 1 day ago

CreateClient

This is a simple helper function to create a new SkribbyClient object.
The first parameter needs to be an object with a valid api_key as parameter.

const client = createClient({ api_key: 'SKRIBBY_API_KEY', });

Returns SkribbyClient