All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.easypost.EasyPost Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy