Package com.contentstack.sdk
Interface APIService
-
public interface APIService
- Since:
- 12-12-2021
- Version:
- 1.0.0
- Author:
- Shailesh Mishra
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<okhttp3.ResponseBody>
getRequest(String url, LinkedHashMap<String,Object> headers)
retrofit2.Call<okhttp3.ResponseBody>
getTaxonomy(Map<String,Object> headers, String query)
-
-
-
Method Detail
-
getRequest
@GET retrofit2.Call<okhttp3.ResponseBody> getRequest(@Url String url, @HeaderMap LinkedHashMap<String,Object> headers)
-
-