✨ Add Limit and Continue functional list options for client#341
Conversation
|
@DirectXMan12 PTAL. Not quite sure about what changes to make for the fake client though, so any pointers are appreciated. |
fb4659d to
fce0993
Compare
DirectXMan12
left a comment
There was a problem hiding this comment.
small nits inline, otherwise good work 👍
|
if you really want to try and implement limit and continue in the fake client, that'd be ok, but I think since not everything supports limit and continue, we can just leave the fake client as-is. |
fce0993 to
2aaefc3
Compare
|
@DirectXMan12 Can you take a look when you get a chance? |
DirectXMan12
left a comment
There was a problem hiding this comment.
minor comments inline, otherwise looks good.
sorry for the review lag!
a5965da to
abec8be
Compare
abec8be to
6462b88
Compare
|
Rebased on top of #536 |
6462b88 to
3137e0d
Compare
3137e0d to
8f10214
Compare
Adds Limit and Continue list options for pagination. Note that this change does not support setting Limit and Continue for `DeleteAllOfOptions` via functional options since it is not supported by the server.
8f10214 to
b5dfbb5
Compare
|
/lgtm |
|
/approve |
|
/assign @DirectXMan12 |
|
/lgtm /retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adohe, DirectXMan12, rajathagasthya The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix typo in book: flag is --owner, not --owners
|
Does |
Fixes #310