
com.easypost.EasyPost Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easypost-api-client Show documentation
Show all versions of easypost-api-client Show documentation
EasyPost Java Client Library for the EasyPost Shipping API
The newest version!
package com.easypost;
import com.easypost.easyvcr.VCR;
public abstract class EasyPost {
public static final String VERSION = "5.5.0";
public static String API_BASE = "https://api.easypost.com/v2";
public static String BETA_API_BASE = "https://api.easypost.com/beta";
public static String apiKey;
public static String apiVersion;
public static int readTimeout;
/**
* Set a VCR to be used for all HTTP requests.
*
* NOTE: This is meant for unit testing purposes only. Do not use in production.
*/
public static VCR _vcr = null;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy