Created August 23, 2017 14:35  
 -  
 -  
Save aemxn/c93d060d1f3f320f33fb6a3622456cec to your computer and use it in GitHub Desktop.  
Revisions
-  
aemxn created this gist
Aug 23, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ package com.myapp.core.data.network; interface AppAPI { // other API interface //POST Login user @POST("user/login") Call<LoginResponse> loginUser(@Body Login login); }