nicklaw5 / helix

A Twitch Helix API client written in Go.
MIT License
243 stars 88 forks source link

Implements GetModerators method #166

Closed Maniarr closed 1 year ago

Maniarr commented 1 year ago

Add GetModerators method to use endpoint /moderation/moderators

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3832185518


Totals Coverage Status
Change from base Build 3813900428: 0.06%
Covered Lines: 1398
Relevant Lines: 1501

💛 - Coveralls
nicklaw5 commented 1 year ago

@Maniarr can you please resolve the merge conflicts? There are some conflicts that need resolving after merging #164.

Maniarr commented 1 year ago

@nicklaw5 I have resolved the conflict.

nicklaw5 commented 1 year ago

Tests are now failing. Including two tests introduced in #164 that were passing when that PR was merged. Please try to resolve failing tests.

Maniarr commented 1 year ago

I added Context declaration in the client instantiation for the 3 tests. The change comes from #160