heap-ruby
heap-ruby copied to clipboard
Heap server-side API client for Ruby
According to the [track docs](https://docs.heapanalytics.com/reference#track-1), the API now supports properties named `timestamp` and `idempotency_key`. It seems that the gem currently does not support these fields. Is it just because the...
This continues work from https://github.com/heap/heap-ruby/pull/14 and also adds idempotency_key support.
This is really not a big deal but here goes. In certain environments like testing, the library should not fail with an error and crash the application. Look at stripe's...
This would be a great option to have. Yes - I am aware of the fact that timing would be off if this happens, but this could still be worth...