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

com.cloudconvert.client.setttings.EnvironmentVariableSettingsProvider Maven / Gradle / Ivy

package com.cloudconvert.client.setttings;

public class EnvironmentVariableSettingsProvider extends AbstractSettingsProvider {

    public EnvironmentVariableSettingsProvider() {
        super(System.getenv(API_KEY), System.getenv(WEBHOOK_SIGNING_SECRET), System.getenv(USE_SANDBOX));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy