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

io.github.dft.shipster.constantcode.ConstantCodes Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy