XAMPPRocky / octocrab

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

Add delete_ref in RepoHandler #573

Closed tniessen closed 6 months ago

tniessen commented 7 months ago

Fixes: https://github.com/XAMPPRocky/octocrab/issues/572

manchicken commented 6 months ago

Tests for these endpoints are pretty straight-forward. Here's an example: https://github.com/XAMPPRocky/octocrab/blob/main/tests/issues_reactions_delete_test.rs

tniessen commented 6 months ago

@manchicken Thank you for the reference, I've added a test!

XAMPPRocky commented 6 months ago

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

tniessen commented 6 months ago

Thank you @XAMPPRocky!