Package com.segment.analytics.http
Interface SegmentService
-
public interface SegmentService
REST interface for the Segment API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<UploadResponse>
upload(okhttp3.HttpUrl uploadUrl, Batch batch)
-
-
-
Method Detail
-
upload
@POST retrofit2.Call<UploadResponse> upload(@Url okhttp3.HttpUrl uploadUrl, @Body Batch batch)
-
-