feat(analytics): add paginated list methods and list params types - #155
Conversation
Adds AnalyticsResource.listAgents/listBudgets backed by page-aware endpoints and AnalyticsListParams/PaginatedResponse types. Closes ASTROIDX556#127 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
|
@codexhange Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
MergeKeeper review Scope: in scope for linked issue The pull request correctly implements pagination parameters, paginated response types, and analytics list methods with accompanying unit tests as specified in issue #127. Reviewed commit: |
|
MergeKeeper merge status Status: blocked Reason: One or more required CI checks failed. Failing checks:
Next steps:
|
Adds
AnalyticsResource.listAgents/listBudgetsbacked by page-aware endpoints andAnalyticsListParams/PaginatedResponsetypes.Closes #127