brahma-react-native-sdk
v1.0.1
Published
brahma-react-native-sdk
Readme
brahma-react-native-sdk
A lightweight SDK for integrating Brahma API features into React Native apps.
Installation Using npm
npm install brahma-react-native-sdk
Using yarn
yarn add brahma-react-native-sdk
Example:
const MySDK = require("brahma-react-native-sdk");
const sdk = new MySDK({ apiKey: "apikey", baseUrl: "https://example.com/api" });
sdk.getUser("123").then(console.log).catch(console.error);
