v1.0.5
Talkable::API
- Add missing endpoints such as:
- GET Campaign.all
- GET Coupon.find
- GET Coupon.permission
- GET Metric.find
- GET People.personal_data
- POST People.unsubscribe
- POST People.anonymize
Base
-
Add method
Talkable.reset_configuration
to set the default configuration -
Add
read_timeout
andopen_timeout
attributes to Talkable::Configuration to set timeout for HTTP requestsBy default, these values are 5 seconds
If you want to set both together with the same value usetimeout=
-
Add authorization via Bearer instead of passing API_KEY to query string