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

com.webull.openapi.example.config.Env Maven / Gradle / Ivy

The newest version!
package com.webull.openapi.example.config;

import com.webull.openapi.common.Region;

public final class Env {

    private Env() {
    }

    public static final String APP_KEY = "";
    public static final String APP_SECRET = "";
    public static final String REGION_ID = Region.us.name(); // your region
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy