1.0.0 • Published 3 years ago

genetous_react v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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.

Genetous ReactJS SDK installation

In terminal

npm i genetous_react

.env File in your project folder

REACT_APP_DOMAIN=your server ip
REACT_APP_APPLICATIONID=your applicationId
REACT_APP_ORGANIZATIONID=your organizationId

Usage sample

import {Methods,post} from "genetous_react"

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

Contact us for issues with this SDK!

http://www.genetous.com

info@genetous.com

All rights of this SDK reseverd to Genetous BaaS Platform.