Skip to content

Instantly share code, notes, and snippets.

@yelinaung
Last active September 10, 2015 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yelinaung/9ba5e5cfb98f29befce4 to your computer and use it in GitHub Desktop.
Save yelinaung/9ba5e5cfb98f29befce4 to your computer and use it in GitHub Desktop.
public interface CheckVoterService {
@GET("api")
Call<Voter> searchVoter(
@Query("voter_name") String voterName,
@QueryMap Map<String, String> optionalQueries
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment