Conversation
|
Hi @briangonzalez & @sifxtreme, I have the same Curri package that's in this PR public on npmjs.com, but it's under my org. If this PR is approved I will request to transfer it to Curri npm org and I will request to be a contributor. Open to code reviews and suggestions too. Package Weblink: https://www.npmjs.com/package/@christopher.kendrick/curri CurriClientService DocumentationThe InstallationEnsure Node.js is installed on your system. Include this library in your project using npm or yarn if lib on public registry: Using npmnpm i @christopher.kendrick/curri --saveUsing yarnyarn add @christopher.kendrick/curri ConfigurationObtain your user ID and API key from your Curri API account. Initialize the const { CurriClientService } = require('./dist');
const curri = new CurriClientService({ userID: "********", apiKey: "********" }); |
|
Hey @code-kendrick — we're giving this a look and will get back soon. Thanks! |
Description
This pull request introduces updates to the CurriClientService class by integrating certain functionalities from an older version of the codebase. It also includes a readme.
Changes
Check the commits to see diff. Usage of the CurriClientService is in the README: https://github.com/code-kendrick/api-examples/blob/update/example-code-nodejs/nodejs/README.md