0.2.0 • Published 9 months ago

@ghabie/web-sdk v0.2.0

Weekly downloads
-
License
Proprietary
Repository
-
Last release
9 months ago

Ghabie Web SDK

The official web SDK for Ghabie — automate first line customer support with AI.

Installation

To install the package, use the following npm command:

  • npm

    npm install @ghabie/web-sdk
  • yarn

    yarn add @ghabie/web-sdk
  • pnpm

    pnpm add @ghabie/web-sdk

Usage

Note: This SDK can only be used in a browser environment.

import { ghabie } from '@ghabie/web-sdk';

// Initialize SDK with your organization ID and an optional username for the current user.
// Sign up for an org ID: https://ghabie.com
ghabie.initSDK({ username: '', orgId: 'abcd...' });

License

This project is licensed under a Proprietary License. All rights are reserved. For details on usage, restrictions, and permissions, see the LICENSE file.

Maintainers

Contact

0.2.0

9 months ago

0.1.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago