-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
✨ Implement delete collection via delete options #447
✨ Implement delete collection via delete options #447
Conversation
/hold while I be frustrating and indecisive. Don't want to make you miserable by going back and forth with myself :-P |
(this is on the KB 2.0.0 cross-project tracking board though, so we'll get it in before then) |
dd782cd
to
acf910d
Compare
rebased on top of #536 and edited for wording. Should be good to go once that merged. Sorry for all the back and forth |
acf910d
to
7ca16cb
Compare
implement `CollectionOptions` in `DeleteOptions` that allow to issue a `DeleteCollection` call under the hood add tests + examples Co-Authored-By: Aaron Clawson <[email protected]> Edited-By: Solly Ross (directxman12)
7ca16cb
to
3b06668
Compare
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: adracus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Yay!!! Feels good to get this merged. This completes the client interface. |
implement
CollectionOptions
inDeleteOptions
that allow to issue aDeleteCollection
call under the hoodadd tests + examples
Co-Authored-By: Aaron Clawson [email protected]
Edited By directxman12: function naming, rebase