io.github.dft.shipster.constantcode.ConstantCodes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shipster Show documentation
Show all versions of shipster Show documentation
shipster API using JDK 11
package io.github.dft.shipster.constantcode;
public interface ConstantCodes {
String AUTHORIZATION_HEADER = "X-Api-Key";
String BASE_ENDPOINT = "https://api.shipster.org/api/public";
String CONTENT_TYPE = "Content-Type";
String ACCEPT = "Accept";
String CREATE_ORDERS_ENDPOINT = "/orders";
String CREATE_ORDERS_EXPORT_ENDPOINT = "/orders/export/%s";
}