1.0.4 • Published 5 years ago

rapyd-ai v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

RAPYD-AI

Here you find the guidline how to use rapyd-ai npm package.

const rapydai = require('rapyd-ai')(accountId, username, password);

const text;
const provider;

// create token
const tokenResult = await rapydai.getToken();

const token = idToken.raw_body.idToken;

// call sentiment
const sentimentResult = await rapydai.sentiment(text, provider, token);
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago