You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)POST
endpoints for twitch events to create test eventsDescribe 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
The text was updated successfully, but these errors were encountered: