manchicken / octocrab

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

DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock #181

Closed manchicken closed 1 month ago

manchicken commented 8 months ago

Endpoint DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock has statuses 204,403,404: Unlock an issue

manchicken commented 7 months ago

The code is at src/api/issues.rs L189. It looks like it's appropriately covering the 204 case, but I don't see any tests.