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

com.banxa.model.request.Request Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.banxa.model.request;

public interface Request {
    String getUri();
    String getMethod();
    String getPayload() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy