Skip to content

Commit 6701fc5

Browse files
committed
cya dibs
1 parent 0078241 commit 6701fc5

File tree

2 files changed

+0
-118
lines changed

2 files changed

+0
-118
lines changed

src/main/java/com/robinpowered/sdk/model/Dibs.java

Lines changed: 0 additions & 104 deletions
This file was deleted.

src/main/java/com/robinpowered/sdk/service/PlacesService.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import com.robinpowered.sdk.model.Amenity;
55
import com.robinpowered.sdk.model.ApiResponse;
66
import com.robinpowered.sdk.model.Calendar;
7-
import com.robinpowered.sdk.model.Dibs;
87
import com.robinpowered.sdk.model.Location;
98
import com.robinpowered.sdk.model.Organization;
109
import com.robinpowered.sdk.model.Presence;
@@ -126,17 +125,4 @@ public interface PlacesService {
126125
// Async
127126
@GET("/spaces/{id}/amenities")
128127
void getAmenities(@Path("id") int id, @QueryMap Map<String, Object> options, Callback<ApiResponse<List<Amenity>>> callback);
129-
130-
131-
/**
132-
* Dibs
133-
*/
134-
135-
// Sync
136-
@GET("/spaces/{id}/dibs")
137-
ApiResponse<Dibs> getDibs(@Path("id") int id) throws IOException;
138-
139-
// Async
140-
@GET("/spaces/{id}/dibs")
141-
void getDibs(@Path("id") int id, Callback<ApiResponse<Dibs>> callback);
142128
}

0 commit comments

Comments
 (0)