TwitchIO
TwitchIO copied to clipboard
Added fetch_channel_emotes & fetch_global_emotes methods
Pull request summary
Adding Channel and Global emotes API to fetch emotes.
- Added
ChannelEmote
andGlobalEmote
model class - Added
get_channel_emotes
&get_global_emotes
to TwitchHTTP - Added fetch_channel_emotes & fetch_global_emotes to Client
Checklist
- [x] If code changes were made then they have been tested.
- [ ] I have updated the documentation to reflect the changes.
- [ ] I have updated the changelog with a quick recap of my changes.
- [ ] This PR fixes an issue.
- [x] This PR adds something new (e.g. new method or parameters).
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
- [ ] This PR is not a code change (e.g. documentation, README, ...)
also please run black on your changes, as your pr currently fails the lint test
It's also been pointed out to me that these new models haven't been added to the models.rst documentation
I'll try to fix these
It's also been pointed out to me that these new models haven't been added to the models.rst documentation
How can I add these models to models.rst?
It's also been pointed out to me that these new models haven't been added to the models.rst documentation
How can I add these models to models.rst?
docs/reference.rst Please also make sure you have updated the changelog
Hello, all we're missing here is the one mentioned issue with the query parameter in http.py Other than that this is ready to go 👍
I've gone ahead and made the fixes 👍 Thanks for the PR!
I've gone ahead and made the fixes 👍 Thanks for the PR!
Good job!