public class ApiConfigurations extends Object
| Modifier and Type | Method and Description |
|---|---|
static ApiConfiguration |
fromProperties() |
static ApiConfiguration |
fromPropertiesWithOverrides(String apiUrl,
String apiKey,
String application,
String environment)
Explicitly configure the API
|
public static ApiConfiguration fromPropertiesWithOverrides(String apiUrl, String apiKey, String application, String environment)
apiUrl - API URLapiKey - API Keyapplication - Configured application nameenvironment - Configured environment namepublic static ApiConfiguration fromProperties()
Copyright © 2017 Stackify, LLC. All Rights Reserved.