mirror of
https://github.com/appwrite/sdk-for-kotlin.git
synced 2026-04-07 19:17:44 +00:00
chore: update role helper class
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
[](https://twitter.com/appwrite)
|
[](https://twitter.com/appwrite)
|
||||||
[](https://appwrite.io/discord)
|
[](https://appwrite.io/discord)
|
||||||
|
|
||||||
**This SDK is compatible with Appwrite server version 1.0.0. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-kotlin/releases).**
|
**This SDK is compatible with Appwrite server version 1.0.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-kotlin/releases).**
|
||||||
|
|
||||||
> This is the Kotlin SDK for integrating with Appwrite from your Kotlin server-side code. If you're looking for the Android SDK you should check [appwrite/sdk-for-android](https://github.com/appwrite/sdk-for-android)
|
> This is the Kotlin SDK for integrating with Appwrite from your Kotlin server-side code. If you're looking for the Android SDK you should check [appwrite/sdk-for-android](https://github.com/appwrite/sdk-for-android)
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,5 @@ class Role {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun member(id: String): String = "member:$id"
|
fun member(id: String): String = "member:$id"
|
||||||
|
|
||||||
fun status(status: String): String = "status:$status"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user