softprops / hubcaps

a rust interface for github
http://docs.rs/hubcaps
MIT License
279 stars 68 forks source link

add starred list and iter methods for getting a user's stars #287

Closed adamcstephens closed 3 years ago

adamcstephens commented 3 years ago

What did you implement:

list and iter methods for user stars.

Closes: #175

How did you verify your change:

Manually tested examples file.

What (if anything) would need to be called out in the CHANGELOG for the next release:

title says it all.

softprops commented 3 years ago

Thanks for the patch