Skip to content

Instantly share code, notes, and snippets.

@yelinaung
Last active September 10, 2015 10:57
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/7315fdd980bfef8c2178 to your computer and use it in GitHub Desktop.
Save yelinaung/7315fdd980bfef8c2178 to your computer and use it in GitHub Desktop.
String BASE_URL = "https://checkvoterlist.uecmyanmar.org/";
Retrofit retrofit = new Retrofit.Builder()
.baseUrl(BASE_URL)
.addConverterFactory(GsonConverterFactory.create())
.build();
CheckVoterService checkVoterService = retrofit.create(CheckVoterService.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment