Skip to content

Instantly share code, notes, and snippets.

@vishalhalani
Created January 2, 2019 06:10
Show Gist options
  • Save vishalhalani/b3ff9330af95e34f9f9210f5106bb122 to your computer and use it in GitHub Desktop.
Save vishalhalani/b3ff9330af95e34f9f9210f5106bb122 to your computer and use it in GitHub Desktop.
Interface for all webcall
public interface ApiClient {
String URL = ApiConst.BASE_URL;
@POST(URL + ApiConst.SUBSITE_URL)
Call<BaseResponse<MetaDataModel>> syncMetaData(@Body BaseModel model);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment