0.0.4 • Published 4 months ago

jummai-sdk v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Logo

Jummai-sdk

Jummai SDK library exported as Node.js modules.

MIT License GPLv3 License AGPL License

Installation

Install my-project with npm

  npm install --save jummai-sdk
  yarn add jummai-sdk

Usage/Examples

import JummaiSdk from 'my-project';

const jummai = new JummaiSdk({
  apiKey: 'XXXXXXX',
  baseUrl: 'https://jummai-sdk.com',
});

const result = await jummai.models.word_processor({ content: 'hello world' });

console.log(result);

Authors

🚀 About Me

I'm a full stack developer...

Documentation

Documentation

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago