Skip to content

v3.0.0

Compare
Choose a tag to compare
@marcelcorso marcelcorso released this 25 Jun 19:47
· 53 commits to master since this release
  1. Adds support to Verify emails
    Added the VerifyEmailMessage entity
    Adds example of Verify email

  2. 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.