1.1.3 • Published 2 years ago

soldibox-sdk v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

soldibox-sdk

Soldibox SDK for React Native

Please, not its still in beta phase

Installation

npm install soldibox-sdk react-native-file-access react-native-randombytes react-native-crypto @react-native-cookies/cookies && npm install -S rn-nodeify && ./node_modules/.bin/rn-nodeify --hack --install

Usage

import SoldiboxClient from "soldibox-sdk";

// ...

const client = SoldiboxClient.getInstance("12345");
// Note Client should be initialized before using its apis, otherwise it will throw error
await client.initialize();

Auth Usage

// user info
await client.apis.auth.user();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library