Vonage / vonage-ruby-sdk

Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com
Apache License 2.0
216 stars 108 forks source link

DEVX-7400: Add Subaccounts API #275

Closed superchilled closed 1 year ago

superchilled commented 1 year ago

This PR adds functionality for the Subaccounts API to the SDK. Specifically, it does the following:

codecov-commenter commented 1 year ago

Codecov Report

Merging #275 (0db8ba1) into dev (bfa33dd) will increase coverage by 0.05%. The diff coverage is 100.00%.

:exclamation: Current head 0db8ba1 differs from pull request most recent head 3e70a30. Consider uploading reports for the commit 3e70a30 to get more accurate results

@@            Coverage Diff             @@
##              dev     #275      +/-   ##
==========================================
+ Coverage   97.96%   98.01%   +0.05%     
==========================================
  Files          80       84       +4     
  Lines        1622     1666      +44     
==========================================
+ Hits         1589     1633      +44     
  Misses         33       33              
Impacted Files Coverage Δ
lib/vonage/namespace.rb 100.00% <ø> (ø)
lib/vonage/client.rb 100.00% <100.00%> (ø)
lib/vonage/subaccounts.rb 100.00% <100.00%> (ø)
...age/subaccounts/balance_transfers/list_response.rb 100.00% <100.00%> (ø)
...nage/subaccounts/credit_transfers/list_response.rb 100.00% <100.00%> (ø)
lib/vonage/subaccounts/list_response.rb 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

superchilled commented 1 year ago

@SMadani I've made the requested changes :)