-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When initializing without
DataAPIClientOptions clientOptions =
new DataAPIClientOptions().destination(DataAPIDestination.HCD);
DataAPIClient client = new DataAPIClient(clientOptions);
String token =
new UsernamePasswordTokenProvider(username, password)
.getTokenAsString();
Database database = client.getDatabase(endpoint, new DatabaseOptions().token(token));
triggers
(java.lang.IllegalArgumentException: Unable to detect environment from endpoint)
Metadata
Metadata
Assignees
Labels
No labels