Uses of Class
com.easypost.exception.API.EncodingError
Package
Description
Classes for handling requests and responses to the EasyPost API.
Utility classes for the EasyPost API Java client library.
-
Uses of EncodingError 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. -
Uses of EncodingError in com.easypost.utils