We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Recipient.findLogs API returns paginated information but the SDK doesn't seem to build a list with this API's response.
Recipient.findLogs
Reference: https://github.com/trolley/ruby-sdk/blob/c0fc4aaa4200c5a10da9a3151ce2b38c48b58c04/lib/trolley/gateways/RecipientGateway.rb#LL42C13-L42C13
Ideally this should also return paginated object, unless I am missing something.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
Recipient.findLogs
API returns paginated information but the SDK doesn't seem to build a list with this API's response.Reference: https://github.com/trolley/ruby-sdk/blob/c0fc4aaa4200c5a10da9a3151ce2b38c48b58c04/lib/trolley/gateways/RecipientGateway.rb#LL42C13-L42C13
Ideally this should also return paginated object, unless I am missing something.
The text was updated successfully, but these errors were encountered: