mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
remove endpoints from NcApi
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
c03c5a5d50
commit
79dfac6ac0
1 changed files with 0 additions and 12 deletions
|
@ -195,18 +195,6 @@ public interface NcApi {
|
||||||
@DELETE
|
@DELETE
|
||||||
Observable<GenericOverall> removeSelfFromRoom(@Header("Authorization") String authorization, @Url String url);
|
Observable<GenericOverall> removeSelfFromRoom(@Header("Authorization") String authorization, @Url String url);
|
||||||
|
|
||||||
/*
|
|
||||||
Server URL is: baseUrl + ocsApiVersion + spreedApiVersion + /room/roomToken/public
|
|
||||||
*/
|
|
||||||
@POST
|
|
||||||
Observable<GenericOverall> makeRoomPublic(@Header("Authorization") String authorization, @Url String url);
|
|
||||||
|
|
||||||
/*
|
|
||||||
Server URL is: baseUrl + ocsApiVersion + spreedApiVersion + /room/roomToken/public
|
|
||||||
*/
|
|
||||||
@DELETE
|
|
||||||
Observable<GenericOverall> makeRoomPrivate(@Header("Authorization") String authorization, @Url String url);
|
|
||||||
|
|
||||||
@DELETE
|
@DELETE
|
||||||
Observable<GenericOverall> deleteRoom(@Header("Authorization") String authorization, @Url String url);
|
Observable<GenericOverall> deleteRoom(@Header("Authorization") String authorization, @Url String url);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue