Skribby
TypeScript SDKUpdated 9 hours ago

Index

The Skribby TypeScript SDK is class-based, so most of what you work with are object instances behind the scenes. You do not need to instantiate classes manually; use the helper functions to create them.

The SDK is organized around two API shapes:

  • Functions (F) are entry points and factory helpers.
  • Classes (C) are long-lived objects returned by those helpers.

Functions (F)

Start here when creating clients.

Classes (C)

These are the core SDK objects you work with after initialization.