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

Implement disable method #12

Closed
kieranroneill opened this issue Apr 7, 2024 · 0 comments · Fixed by #14
Closed

Implement disable method #12

kieranroneill opened this issue Apr 7, 2024 · 0 comments · Fixed by #14
Assignees
Labels
✨ feature New feature or request

Comments

@kieranroneill
Copy link
Contributor

Summary

The disable method requests that a client be removed from a provider.

Acceptance criteria

Scenario 1: Provider receives receives a disable request
GIVEN a Client has initialized the SDK
AND a Provider as initialized the SDK
WHEN the Client calls disable
THEN the Provider responds to the disable request
AND the Client receives a response

Notes

  • Include documentation for "Disabling A Client" in the "Clients" section
  • Include documentation for "Responding To A Disable Request" in the "Providers" section
@kieranroneill kieranroneill self-assigned this Apr 7, 2024
@kieranroneill kieranroneill added the ✨ feature New feature or request label Apr 7, 2024
@kieranroneill kieranroneill linked a pull request Apr 8, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant