Added API versioning support
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")
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")