This package has been deprecated

Author message:

deprecated, please read the docs for more info.

magicbell
TypeScript icon, indicating that this package has built-in type declarations

4.5.0 • Public • Published

magicbell

This package is deprecated. Please use magicbell-js instead.

Project Client

- import { ProjectClient } from 'magicbell/project-client';
+ import { Client } from 'magicbell-js/project-client';

- const magicbell = new ProjectClient({
-  apiKey: 'your-api-key',
-  apiSecret: 'your-api-secret',
- });

+ const client = new Client({
+   token: 'your-access-token',
+ });

User Client

- import { Userclient } from 'magicbell/user-client';
+ import { Client } from 'magicbell-js/project-client';

- const magicbell = new Userclient({
-  apiKey: 'your-api-key',
-  apiSecret: 'your-api-secret',
- });

+ const client = new Client({
+   token: 'your-user-jwt',
+ });

Package Sidebar

Install

npm i magicbell

Weekly Downloads

18,888

Version

4.5.0

License

SEE LICENSE IN LICENSE

Unpacked Size

940 kB

Total Files

285

Last publish

Collaborators

  • mattoxley
  • smeijer
  • unamashana