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

feat: add ServerClient.DeleteWithResult method #213

Merged
merged 1 commit into from Nov 8, 2022

Conversation

apricote
Copy link
Member

@apricote apricote commented Nov 8, 2022

The new method parses the Action from the responses and returns it to the caller. This is required to wait for the action to succeed before continuing.

Closes #212

The new method parses the Action from the responses and returns it to
the caller. This is required to wait for the action to succeed before
continuing.
@apricote apricote self-assigned this Nov 8, 2022
@apricote apricote merged commit 73ac433 into main Nov 8, 2022
@apricote apricote deleted the server-delete-with-result branch November 8, 2022 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Return action from Server.Delete
2 participants