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