All URIs are relative to https://dbos
Method | HTTP request | Description |
---|---|---|
getProject | GET /project | Gets the project information. |
ProjectInformation getProject()
Gets the project information.
Gets the project information.
// Import classes:
//import com.decisionbrain.optimserver.client.java.resttemplate.ApiException;
//import com.decisionbrain.optimserver.client.java.resttemplate.api.ProjectInformationApi;
ProjectInformationApi apiInstance = new ProjectInformationApi();
try {
ProjectInformation result = apiInstance.getProject();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ProjectInformationApi#getProject");
e.printStackTrace();
}
This endpoint does not need any parameter.
No authorization required