spenserblack / github-stats-rs

A tool for using Github's API
Apache License 2.0
1 stars 5 forks source link

[NEW FEATURE] More fields for Repo #13

Open spenserblack opened 5 years ago

spenserblack commented 5 years ago

Repo is missing a lot of fields provided by the Github API for repos.

This should be pretty easy. Just check out which fields aren't there, add the field (the names must match for #[derive(Deserialize)] to work), and add a getter fn. Don't worry about adding all the fields. A PR with just a few new fields is very welcome.

Happy hacking! :jack_o_lantern:

Helpful links

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been closed for being stale.