You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[VOICE-775] Add voice namespace and phone_number resource.
This commit adds a `Voice::PhoneNumber` resource, and a way to call `client.voice.phone_numbers.create(...)` etc. This is achieved using a `Delegator` class to forward method calls after the `voice` namespace back to the client object to be handled by `method_missing`.
0 commit comments