Open
Description
- When using the list_resources decorator, there is no way to return the
nextCursor
if your resources are paginated, as the decorator relies on just a list ofResource
being returned - Solution: Make a decorator
list_paginated_resources
that returns a dict with 'resources' and 'nextCursor' or even just theListResourceResult
object itself
Let me know your thoughts on the above and I'm happy to raise a PR with it
Metadata
Metadata
Assignees
Labels
No labels