Skip to content

Added API versioning support

Choose a tag to compare

@jonnyom jonnyom released this 01 Mar 10:38
· 132 commits to master since this release
1a7ab5b

You can now specify the version of Intercom's API that you would like to use.

intercom = Intercom::Client.new(token: "my_token", api_version: "1.0")

#459