manchicken / octocrab

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

GET /orgs/{org}/members/{username} #80

Closed manchicken closed 1 month ago

manchicken commented 8 months ago

Endpoint GET /orgs/{org}/members/{username} has statuses 204,302,404: Check organization membership for a user

manchicken commented 6 months ago

Code is src/api/orgs.rs L77. It appears to handle the 204 case, but I can't find any tests.