This repository contains a Kotlin-based example application designed to demonstrate the capabilities and usage of the BWell SDK. It serves as a practical guide for developers looking to integrate BWell services into their own applications. Future examples for other languages and platforms may be added.
- Install Android Studio (https://developer.android.com/studio)
- After download, run it and choose to install the Android SDK
- Open the Project in Android Studio
- Click the Play button in the top right
- Add OAuthToken (see below)
- Create an
env.properties
file in the./src/main/assets
directory. - paste this into the first line:
authToken=auth_token
- Replace
auth_token
with your intended JWT token