manchicken / octocrab

A modern, extensible GitHub API Client for Rust.
Other
0 stars 0 forks source link

DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id} #177

Closed manchicken closed 4 months ago

manchicken commented 8 months ago

Endpoint DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id} has statuses 204: Delete an issue comment reaction

manchicken commented 7 months ago

This code is at src/api/issues.rs L1077. It does not appear to cover the 204 case, and there are no tests.