com.github.zaza.allegro.Env Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of allegro-client Show documentation
Show all versions of allegro-client Show documentation
Java client for Allegro Web API
package com.github.zaza.allegro;
public final class Env {
public static final String ALLEGRO_LOGIN = "ALLEGRO_LOGIN";
public static final String ALLEGRO_PASSWORD = "ALLEGRO_PASSWORD";
public static final String ALLEGRO_WEBAPI_KEY = "ALLEGRO_WEBAPI_KEY";
}