messagebird / ruby-rest-api

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

Add CRUD Voice API resource for Call #35

Closed cubny closed 4 years ago

cubny commented 4 years ago

Implements basic CRUD functionality for calls endpoint based on API docs

also note that due to inconsistency of Call's response with the rest of resources I had to implement a specific response handler on top of the existing one.