-
-
Notifications
You must be signed in to change notification settings - Fork 61
feat(server): add delete endpoint #136
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
Conversation
Codecov ReportPatch coverage is ❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.
📢 Thoughts on this report? Let us know!. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
closes #127 (has to be set by OP in first comment: replace See #127
with closes #127
)
I was thinking a bit more. Maybe we should create an enum for token_type: auth, delete. And then use just one function For me thia PR is perfecctly fine. Let's see what @orhun has to say. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
Co-authored-by: Helmut K. C. Tessarek <tessarek@evermeet.cx>
Co-authored-by: Helmut K. C. Tessarek <tessarek@evermeet.cx>
@orhun all done! |
@orhun It seems that gh had a connection issue during 2 tests. Any chance you can rerun the action? If I run the tests locally, everything is fine. P.S.: Thanks for rerunning the action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Add a DELETE endpoint guarded by a separate auth token array.
Motivation and Context
Closes #127
How Has This Been Tested?
Wrote a test case and tested manually.
Changelog Entry
-->
Types of Changes
Checklist: