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
package com.easypost;
public abstract class EasyPost
{
public static String API_BASE = "https://api.easypost.com/v2";
public static final String VERSION = "3.4.1";
public static String apiKey;
public static String apiVersion;
public static int readTimeout;
}