Пример #1
0
 public Call<List<Event>> getAttendingEvents(String userId) {
   return service.getAttendingEvents(userId);
 }