Skip to content
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

Delete Blocked Numbers by ID #234

Closed
2 tasks done
vestrel00 opened this issue Jun 23, 2022 · 1 comment
Closed
2 tasks done

Delete Blocked Numbers by ID #234

vestrel00 opened this issue Jun 23, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vestrel00
Copy link
Owner

vestrel00 commented Jun 23, 2022

This one is similar to #222.

Problem

The current BlockedNumbersDelete API requires the user to pass in a BlockedNumber entity acquired from a query. This may serve as an inconvenience when users saved a referenced to an ID that they want to delete. They would have to perform a query first before being able to delete.

Solution

Add functions to the BlockedNumbersDelete API that allows users to pass in BlockedNumber IDs instead of entities. It would look something like;

delete
    .blockedNumbersWithId(1, 2, 3)
    .commit()
@vestrel00 vestrel00 added the enhancement New feature or request label Jun 23, 2022
@vestrel00 vestrel00 self-assigned this Jun 23, 2022
@vestrel00
Copy link
Owner Author

vestrel00 commented Jul 14, 2022

This is out now in the 0.2.3 release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant