Skip to content

Instantly share code, notes, and snippets.

@varshabhatia007
Created May 17, 2019 08:58
Show Gist options
  • Save varshabhatia007/77f9b92db6d9058327f6057db8ff8a93 to your computer and use it in GitHub Desktop.
Save varshabhatia007/77f9b92db6d9058327f6057db8ff8a93 to your computer and use it in GitHub Desktop.
interface CustomerEndPoint {
@GET(CUSTOMER_API_CALL)
fun getCustomerData(): Single<Response<CustomerDetailResponse>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment