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

com.banxa.client.BanxaClient Maven / Gradle / Ivy

The newest version!
package com.banxa.client;

public interface BanxaClient {
    BanxaClientResponse request(String method, String uri, String payload);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy