react-native-includable
v1.0.1
Published
React Native bindings for Includable.
Downloads
3
Maintainers
Readme
react-native-includable
Includable SDK with ready-made authentication components for React Native.
Installation
npm i -S react-native-includable # or yarn add react-native-includable
Usage
Instance setup
import Includable from 'react-native-includable'
const inc = new Includable({
org: 'mydomain.com',
basePath: '/myappbasepath/',
endpoint: 'app.mydomain.com'
})
API calls
The inc.api
object is an instance of Frisbee.
const result = await inc.api.get('recipies')
console.log(result.body)
Authors
This library is developed by Includable, a creative app and web platform development agency based in Amsterdam, The Netherlands.
- Thomas Schoffelen, @tschoffelen