public interface UserGigographyCaller
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ResultsPage<Event>> |
byName(String username) |
retrofit2.Call<ResultsPage<Event>> |
byName(String username,
Map<String,String> queries) |
@GET(value="users/{username}/gigography.json")
retrofit2.Call<ResultsPage<Event>> byName(@Path(value="username")
String username)
Copyright © 2017. All rights reserved.