public interface APIService
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<okhttp3.ResponseBody> |
getRequest(String url,
LinkedHashMap<String,Object> headers) |
@GET
retrofit2.Call<okhttp3.ResponseBody> getRequest(@Url
String url,
@HeaderMap
LinkedHashMap<String,Object> headers)
Copyright © 2021 Contentstack.. All rights reserved.