amplitude-api icon indicating copy to clipboard operation
amplitude-api copied to clipboard

A Ruby library for interacting with the Amplitude API

Results 4 amplitude-api issues
Sort by recently updated
recently updated
newest added

The default request timeout of Net::HTTP is quite generous (60 seconds). This PR allows users to tweak the timeouts, if needed.

https://www.docs.developers.amplitude.com/analytics/apis/behavioral-cohorts-api/ Adds 3x new methods to `AmplitudeAPI`: - `get_cohorts` - gets all Behavioural Cohorts, returns the data in the Faraday response object - a basic example of using this API...

The gem dependencies seem to indicate that this gem would work with Faraday 2, but there were basic auth interface changes that don't seem to be accounted for. In Faraday...