Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement /api/v1/twitch-events #15

Open
wwsean08 opened this issue Jul 5, 2021 · 0 comments
Open

Implement /api/v1/twitch-events #15

wwsean08 opened this issue Jul 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@wwsean08
Copy link
Collaborator

wwsean08 commented Jul 5, 2021

Is your feature request related to a problem? Please describe.
Allow querying and creation of twitch events, allowing you to create test events via go as well as retrieve a list of events

  • GET /api/v1/twitch-events (will support query parameters like the API does for filtering)
  • GET /api/v1/twitch-events/<ID> (probably not the most useful but maybe someone will find a use)
  • the various POST endpoints for twitch events to create test events

Describe the solution you'd like
Most likely the events will need to be returned as interface{} objects and cast by the end user library as the API doesn't have any sorta differentiation between event types by endpoint.

Describe alternatives you've considered
N/A

Additional context
N/A

@wwsean08 wwsean08 added the enhancement New feature or request label Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant