messagebird / ruby-rest-api

MessageBird's REST API for Ruby
BSD 2-Clause "Simplified" License
37 stars 46 forks source link

Fix conversations client #70

Closed jalerson closed 2 years ago

jalerson commented 2 years ago

All HTTP requests performed by the MessageBird::ConversationClient are failing because it's using the base URL rest.messagebird.com, when it should be conversations.messagebird.com.

This PR does: