TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
MIT License
153
stars
39
forks
source link
[BUG] POST/PUT/PATCH requests through the Helix passthrough API fail. #96
Describe the bug
POST/PUT/PATCH body data is not properly interpreted by TAU, and so improper data is passed through to twitch, causing the endpoints to always fail.
To Reproduce
Steps to reproduce the behavior:
Enable proper scopes for a POST/PUT/PATCH helix API endpoint
Try to submit the proper payload to the equivalent endpoint in the TAU helix passthrough.
You will receive errors of missing fields/malformed payload from Twitch.
Expected behavior
Passthrough should properly pass the data through.
Describe the bug POST/PUT/PATCH body data is not properly interpreted by TAU, and so improper data is passed through to twitch, causing the endpoints to always fail.
To Reproduce Steps to reproduce the behavior:
Expected behavior Passthrough should properly pass the data through.