All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ksyun.api.sdk.utils.Reader Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
package com.ksyun.api.sdk.utils;

import java.util.Map;

import com.ksyun.api.sdk.exceptions.ClientException;

public interface Reader {

	public Map read(String response,String endpoint) throws ClientException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy