Skip to content

Instantly share code, notes, and snippets.

@Danil0v3s
Created October 16, 2017 19:50
Show Gist options
  • Save Danil0v3s/db30506d9bbc2a3d833238b24fbeffa6 to your computer and use it in GitHub Desktop.
Save Danil0v3s/db30506d9bbc2a3d833238b24fbeffa6 to your computer and use it in GitHub Desktop.
public interface WikipediaService {
@GET("w/api.php?action=query&utf8=true&list=search&format=json")
Call<ResponseBody> search(@QueryMap(encoded=false) Map<String, String> options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment