@genetous/react

1.0.4 • Public • Published

Genetous

Genetous ReactJS SDK

Genetous ReactJS SDK is integrated with Genetous Low Code Platform.

Genetous ReactJS SDK allows you to exchange data with services without the need for another tool.

.env File in your project folder

REACT_APP_DOMAIN=your server ip
REACT_APP_APPLICATIONID=your applicationId
REACT_APP_ORGANIZATIONID=your organizationId
REACT_APP_CLIENT_SECRET=your application secret key

Usage sample

import {
  postWithSavedToken,
  Methods
} from '@genetous/react/dist/components/genetousAPI'

await postWithSavedToken(collection, Methods.{AddCollection}).then(function (result) {
   //result as JSON
}, err => {
   //error result
});

Contact us for issues with this SDK!

https://www.genetous.com

info@genetous.com

All rights of this SDK reseverd to Genetous BaaS Platform.

Readme

Keywords

Package Sidebar

Install

npm i @genetous/react

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

19.2 kB

Total Files

4

Last publish

Collaborators

  • genetous