Package org.filestack.internal
Class CdnService
java.lang.Object
org.filestack.internal.CdnService
Wraps endpoints that run on cdn.filestackcontent.com.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResponse<okhttp3.ResponseBody> Response<okhttp3.ResponseBody> Response<com.google.gson.JsonObject> transformDebug(String tasks, String handle) Response<com.google.gson.JsonObject> transformDebugExt(String key, String tasks, String url) Response<okhttp3.ResponseBody> transformExt(String key, String tasks, String url) okhttp3.HttpUrltransformExtUrl(String key, String tasks, String url) transformStore(String tasks, String handle) transformStoreExt(String key, String tasks, String url) okhttp3.HttpUrltransformUrl(String tasks, String handle)
-
Constructor Details
-
CdnService
-
-
Method Details
-
get
public Response<okhttp3.ResponseBody> get(String handle, String policy, String signature) throws IOException - Throws:
IOException
-
transform
- Throws:
IOException
-
transformUrl
-
transformDebug
public Response<com.google.gson.JsonObject> transformDebug(String tasks, String handle) throws IOException - Throws:
IOException
-
transformStore
- Throws:
IOException
-
transformExt
public Response<okhttp3.ResponseBody> transformExt(String key, String tasks, String url) throws IOException - Throws:
IOException
-
transformExtUrl
-
transformDebugExt
public Response<com.google.gson.JsonObject> transformDebugExt(String key, String tasks, String url) throws IOException - Throws:
IOException
-
transformStoreExt
public Response<StoreResponse> transformStoreExt(String key, String tasks, String url) throws IOException - Throws:
IOException
-