public interface ShowService
| Modifier and Type | Method and Description |
|---|---|
List<Alias> |
getAliases(String id) |
Credits |
getCredits(String id) |
Ratings |
getRatings(String id) |
Show |
getShow(String id,
Extended extended) |
List<Translation> |
getTranslation(String id,
String language) |
List<Translation> |
getTranslations(String id) |
@GET(value="/shows/{id}")
Show getShow(@Path(value="id")
String id,
@Query(value="extended",encodeValue=false)
Extended extended)
@GET(value="/shows/{id}/translations")
List<Translation> getTranslations(@Path(value="id")
String id)
@GET(value="/shows/{id}/translations/{language}")
List<Translation> getTranslation(@Path(value="id")
String id,
@Path(value="language")
String language)
Copyright © 2016-2017. All Rights Reserved.