manchicken / octocrab

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

DELETE /gists/{gist_id}/star #28

Closed manchicken closed 2 months ago

manchicken commented 8 months ago

Endpoint DELETE /gists/{gist_id}/star has statuses 204,304,403,404: Unstar a gist

manchicken commented 7 months ago

Code is src/api/gists.rs L307. No test found.