mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-06 20:39:47 +01:00
modify ncApiCoroutines
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
c096c9bb6e
commit
5779dce42f
@ -287,4 +287,10 @@ interface NcApiCoroutines {
|
||||
|
||||
@DELETE
|
||||
suspend fun unbindRoom(@Header("Authorization") authorization: String, @Url url: String): GenericOverall
|
||||
|
||||
@GET
|
||||
suspend fun getUserGroups(@Header("Authorization") authorization: String?, @Url url: String?): UserGroupsOverall
|
||||
|
||||
@GET
|
||||
suspend fun getUserCircles(@Header("Authorization") authorization: String?, @Url url: String?): UserCirclesOverall
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user