Hi guys,
im currently facing some issues with the GET /feed/:channel/posts/:id API node.
I always get
{"error":"Internal Server Error","status":500,"message":"uninitialized constant ChannelFeedAdapter::GetPostReuqest"}
I tried post id 1 (In my understanding the first object)
https://api.twitch.tv/kraken/feed/zaflu/posts/1?oauth_token=XYZ"
and
https://api.twitch.tv/kraken/feed/zaflu/posts/97683771461252077?oauth_token=XYZ"
The 97683771461252077 is one of my post ids from GET /feed/:channel/posts/ and i have no clue whats wrong
Any ideas? Something broken on API side?
