simple_segment icon indicating copy to clipboard operation
simple_segment copied to clipboard

A synchronous Ruby API client for Segment.com

Results 1 simple_segment issues
Sort by recently updated
recently updated
newest added

`analiytics-ruby` [passes two arguments](https://github.com/segmentio/analytics-ruby/blob/b8b285ebb1bca8abe8968688962932162484f815/lib/segment/analytics/worker.rb#L46), while simple_segment [passes four](https://github.com/whatthewhat/simple_segment/blob/8d5a053b9910019897611803278904cca2b0f38d/lib/simple_segment/request.rb#L47), so `on_error: ->(status, message) {}` doesn't work.