-
public interface PulseService
-
-
Method Summary
-
-
Method Detail
-
sendEvent
@Headers(value = {Content-Type: application/json})@POST(value = /e) abstract Response<Unit> sendEvent(@Header(value = x-sdk-type) String sdkType, @Body() Event body)
-
sendEventBatch
@Headers(value = {Content-Type: application/json})@POST(value = /batch) abstract Response<Unit> sendEventBatch(@Header(value = x-sdk-type) String sdkType, @Body() List<Event> body)
-
-
-
-