XAMPPRocky / octocrab

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

fix(builder): Change add_retry_config signature to match other Builder methods #643

Closed davidsow closed 3 months ago

davidsow commented 4 months ago

Makes add_retry_config() adhere to standard set by other methods in the builder. This has been tested locally and appears to work exactly as expected given attached usage example.

Usage example: image

Closes #642

XAMPPRocky commented 3 months ago

Thank you for your PR, and congrats on your first contribution! 🎉