XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.06k stars 258 forks source link

Add status code to GithubError #607

Closed flying-sheep closed 5 months ago

flying-sheep commented 5 months ago

Fixes #598

I could leave the derive(serde::Deserialize) in for GithubError, but what could it be deserialized from? A payload where someone manually stuck status_code into?

XAMPPRocky commented 5 months ago

Thank you for your PR!