mixer / beam-client-java

Beam API client written in Java.
https://dev.mixer.com
MIT License
22 stars 28 forks source link

support ordering correctly on the channels endpoint #35

Closed ProbablePrime closed 8 years ago

ProbablePrime commented 8 years ago

Looks like the channels service was written quite a long time ago the api has completely changed since then regarding sorting etc.

This resolves just the channel endpoint in regards to the updated api. A more indepth look at the client is planned for the next sprint.

This is blocking developer lab tutorials :(

ProbablePrime commented 8 years ago

Of course, need an ordered map type as a base. hold off for a moment

SimonSchick commented 8 years ago

Looks good.