Interface SegmentService


public interface SegmentService
REST interface for the Segment API.
  • Method Summary

    Modifier and Type Method Description
    retrofit2.Call<UploadResponse> upload​(Batch batch)  
  • Method Details