All URIs are relative to https://app.statflo.com
| Method | HTTP request | Description |
|---|---|---|
| events | GET /v4/api/event |
events()
Subscribe to server side events.
// Import classes:
//import com.statflo.client.ApiClient;
//import com.statflo.client.ApiException;
//import com.statflo.client.Configuration;
//import com.statflo.client.auth.*;
//import com.statflo.client.api.EventApi;
ApiClient defaultClient = Configuration.getDefaultApiClient();
EventApi apiInstance = new EventApi();
try {
apiInstance.events();
} catch (ApiException e) {
System.err.println("Exception when calling EventApi#events");
e.printStackTrace();
}This endpoint does not need any parameter.
null (empty response body)
- Content-Type: Not defined
- Accept: application/json