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
I've noticed a discrepancy in the pagination capabilities of the SDK. The getTransactionsWithPageInfo method supports an optional nextOrPreviousPath parameter for enhanced pagination, but this feature is absent in the getVaultAccountsWithPageInfo method.
Implementing a similar parameter for getVaultAccountsWithPageInfo would not only bring consistency across the SDK but also improve usability for clients needing advanced pagination features.
Would it be possible to add this feature to the getVaultAccountsWithPageInfo method?
Thank you for your consideration.
Best regards,
Søren
The text was updated successfully, but these errors were encountered:
Hello Fireblocks SDK Team,
I've noticed a discrepancy in the pagination capabilities of the SDK. The
getTransactionsWithPageInfo
method supports an optionalnextOrPreviousPath
parameter for enhanced pagination, but this feature is absent in thegetVaultAccountsWithPageInfo
method.Implementing a similar parameter for
getVaultAccountsWithPageInfo
would not only bring consistency across the SDK but also improve usability for clients needing advanced pagination features.Would it be possible to add this feature to the
getVaultAccountsWithPageInfo
method?Thank you for your consideration.
Best regards,
Søren
The text was updated successfully, but these errors were encountered: