Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.01 KB

File metadata and controls

53 lines (35 loc) · 1.01 KB

EventApi

All URIs are relative to https://app.statflo.com

Method HTTP request Description
events GET /v4/api/event

events

events()

Subscribe to server side events.

Example

// 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();
}

Parameters

This endpoint does not need any parameter.

Return type

null (empty response body)

Authorization

Bearer

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json