[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'
});
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'
});