
com.segment.analytics.http.SegmentService Maven / Gradle / Ivy
The newest version!
package com.segment.analytics.http;
import com.segment.analytics.messages.Batch;
import retrofit.http.Body;
import retrofit.http.POST;
/** REST interface for the Segment API. */
public interface SegmentService {
@POST("/v1/import") UploadResponse upload(@Body Batch batch);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy