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} #176

Closed manchicken closed 1 month ago

manchicken commented 8 months ago

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

manchicken commented 7 months ago

This code is at src/api/issues.rs L606. It appears to cover the 204 case, but has no tests.