Uses of Class
com.easypost.exception.API.HttpError
Package
Description
Classes for handling requests and responses to the EasyPost API.
-
Uses of HttpError in com.easypost.http
Modifier and TypeMethodDescriptionstatic <T> T
Requestor.request
(Requestor.RequestMethod method, String endpoint, Map<String, Object> params, Class<T> clazz, EasyPostClient client) Send an HTTP request to EasyPost.static <T> T
Requestor.request
(Requestor.RequestMethod method, String endpoint, Map<String, Object> params, Class<T> clazz, EasyPostClient client, String apiVersion) Send an HTTP request to EasyPost.