com.squareup.square.http.client.HttpCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of square Show documentation
Show all versions of square Show documentation
Java client library for the Square API
package com.squareup.square.http.client;
import io.apimatic.coreinterfaces.http.Callback;
/**
* Callback to be called before and after the HTTP call for an endpoint is made.
*/
public interface HttpCallback extends Callback {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy