messagebird / ruby-rest-api

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

Adds support to Verify emails, fixes `verify_delete` method #62

Closed gabrielso closed 3 years ago

gabrielso commented 3 years ago
  1. Adds support to Verify emails Added the VerifyEmailMessage entity Adds example of Verify email

  2. Sets version 3.0.0-rc.1

  3. Fixes verify_delete The client tries to instantiate a Verify object from the delete request but the response is empty. Response body is nil and doesn't respond to .empty?. Sending the request directly instead as other *_delete methods.

jalerson commented 3 years ago

Just found it's too late for my review 😅