manchicken / octocrab

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

DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id} #182

Closed manchicken closed 1 month ago

manchicken commented 8 months ago

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

manchicken commented 7 months ago

This looks to be one that would break, so we should work on this one.

Code is at src/api/issues.rs L1052

manchicken commented 7 months ago

PR: https://github.com/XAMPPRocky/octocrab/pull/555