Skip to content

v1.0.5

Choose a tag to compare

@mlisivka mlisivka released this 10 Apr 12:34
· 14 commits to master since this release

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 and open_timeout attributes to Talkable::Configuration to set timeout for HTTP requests

    By default, these values are 5 seconds
    If you want to set both together with the same value use timeout=

  • Add authorization via Bearer instead of passing API_KEY to query string