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

io.github.jpmorganchase.fusion.api.APIManager Maven / Gradle / Ivy

package io.github.jpmorganchase.fusion.api;

import io.github.jpmorganchase.fusion.api.exception.APICallException;
import io.github.jpmorganchase.fusion.api.operations.APIDownloadOperations;
import io.github.jpmorganchase.fusion.api.operations.APIUploadOperations;

public interface APIManager extends APIDownloadOperations, APIUploadOperations {
    String callAPI(String apiPath) throws APICallException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy