manchicken / octocrab

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

DELETE /user/starred/{owner}/{repo} #258

Closed manchicken closed 6 months ago

manchicken commented 6 months ago

Endpoint DELETE /user/starred/{owner}/{repo} has statuses 204,304,401,403,404: Unstar a repository for the authenticated user

manchicken commented 6 months ago

No semantic API function. There's a GET verb function for this endpoint, but no DELETE.

manchicken commented 6 months ago

I was mistaken. There's a semantic API function for the /user/starred endpoint, but not this one at all.