Skip to content

Instantly share code, notes, and snippets.

@BallerIndustries
Last active October 14, 2017 10:12
Show Gist options
  • Save BallerIndustries/6156ae22c9c09915520614d66e7a86fa to your computer and use it in GitHub Desktop.
Save BallerIndustries/6156ae22c9c09915520614d66e7a86fa to your computer and use it in GitHub Desktop.
public interface FlickService
{
@GET("/services/rest/?method=flickr.photos.search&format=json&nojsoncallback=1&extras=url_t,url_c,url_l,url_o")
Observable<FlickrPhotosSearchResponse> listPhotos(@Query("api_key") String apiKey, @Query("tags") String tags);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment