Strange, 'inconsistent' API behavior

Maybe this was just a typo in your post but you should use and & to separate query string parameters and not ?.

Correct: /streams?channel=channel1&limit=100
Incorrect: /streams?channel=channel1?limit=100

1 Like