- Clone the repository
git clone https://github.com/christyjacob4/appwrite-kotlin-demo
- Import into IntelliJ / Eclipse and run!
Each of the *Test.kt
files contains the example usage of that particular API.
In each file, replace the placeholder values with your endpoint, projectID and API key and simply run the main
function.
val client = Client()
.setProject("[YOUR_PROJECT_ID]")
.setEndpoint("[YOUR_ENDPOINT]")
.setKey("[YOUR_KEY]")
appwrite-kotlin-demo git:(main) ✗ tree src
src
└── main
└── kotlin
├── AccountTest.kt
├── AvatarsTest.kt
├── DatabaseTest.kt
├── FunctionsTest.kt
├── HealthTest.kt
├── LocaleTest.kt
├── StorageTest.kt
├── TeamsTest.kt
└── UsersTest.kt
2 directories, 9 files
Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.
Christy Jacob
- Twitter: @christyjacob4
- Github: @christyjacob4
- Icons by Flaticon
Drop a ⭐️ if this project helped you!
Copyright © 2021 Christy Jacob.
This project is MIT licensed.