ruby-rest-api icon indicating copy to clipboard operation
ruby-rest-api copied to clipboard

MessageBird's REST API for Ruby

Results 15 ruby-rest-api issues
Sort by recently updated
recently updated
newest added

verify = client.verify_token('f6c3b1858e68404ea576351e6fe7e7db', 'TOKEN')

There is no way to use this library currently to trigger a web hook to start a flow with message bird. Here is the code I'm using for this. I'll...

client = ::MessageBird::Client.new(access_key) client.contact_list Returns ``` MessageBird::ErrorException: MessageBird::ErrorException from /Users/User/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/messagebird-rest-1.4.2/lib/messagebird/client.rb:56:in `parse_body' ```

Hi, I connected the gem to my bot. When I send a message through the message bird WhatsApp sandbox my bot replies back through SMS. Does the WhatsApp sandbox have...

I happen to have a `List` class in my own application. As this gem defines a `List` in the global/root namespace as well (in `lib/messagebird/list.rb`), installing the gem breaks my...

enhancement