Skip to content
Last updated

[F] 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