Skip to content

Instantly share code, notes, and snippets.

@yelinaung
Last active September 10, 2015 06:11
Show Gist options
  • Select an option

  • Save yelinaung/9ba5e5cfb98f29befce4 to your computer and use it in GitHub Desktop.

Select an option

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