turnage / graw

Golang Reddit API Wrapper
MIT License
288 stars 49 forks source link

More kind #79

Closed wpwilson10 closed 3 years ago

wpwilson10 commented 4 years ago

Solves #78

Adds support for the more type. Comment and Post types can now be populated with a More if a more type thing was one of their children. Additionally, a function to parse calls to /api/morechildren was added.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.2%) to 3.831% when pulling 7b46cea5e4cd2dceee796007c9e1b3643515ccdc on wpwilson10:moreKind into 4c520bf5831a4463ed2afc61f4c39613187d05de on turnage:master.

turnage commented 3 years ago

Thank you for submitting a pull request! I think this is a good addition.

My only reservation is about the changes to the module files. I am not sure why these are necessary for this change. If those changes should be made, would you mind moving them to a separate request?

wpwilson10 commented 3 years ago

Nope I didnt need those changes. That was the IDE doing its thing. They have been removed.

turnage commented 3 years ago

Thank you!