customerio / customerio-ruby

A ruby client for the Customer.io event API.
https://customer.io/docs/api/
MIT License
64 stars 75 forks source link

Allow customer_id to be specified in identify URL. #88

Open trwalzer opened 1 year ago

trwalzer commented 1 year ago

This PR adds a new method which allows the caller to specify the id that will be used to construct the identify URL.

Per the identify documentation, that URL path parameter:

may be an id, email address, or the cio_id

This change will provide a path forward to address https://github.com/customerio/customerio-ruby/issues/78