public class NetuitiveIngestEventRestClient extends APIKeyRestClient implements NetuitiveIngestEventClient
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INGEST_EVENTS_ENDPOINT |
API_HOST, BASE_API_URL, SCHEME
Constructor and Description |
---|
NetuitiveIngestEventRestClient(java.lang.String apiKey) |
Modifier and Type | Method and Description |
---|---|
void |
ingest(java.util.List<IngestEvent> events) |
getApiKey
request, send
public static final java.lang.String INGEST_EVENTS_ENDPOINT
public NetuitiveIngestEventRestClient(java.lang.String apiKey)
public void ingest(java.util.List<IngestEvent> events)
ingest
in interface NetuitiveIngestEventClient