elwayman02 / ember-data-twitch

Ember-Data Abstractions for the Twitch API
http://github.jhawk.co/ember-data-twitch/
MIT License
3 stars 2 forks source link

Videos API #16

Open elwayman02 opened 8 years ago

elwayman02 commented 8 years ago

DOCS

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35875101-videos-api?utm_campaign=plugin&utm_content=tracker%2F40840590&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40840590&utm_medium=issues&utm_source=github).
BrianSipple commented 8 years ago

I know it's defined as part of the Videos API, but for us, I'm thinking /channels/:channel/videos should actually be handled by our channels model/adapter/serializer. Does that sound right, @elwayman02? -- I'm debating whether I should leave it out of my videos-api branch at leave it for when we fully go after channels. (Or if covering both at once would actually be more beneficial.)

BrianSipple commented 8 years ago

Ah, just checked the docs, and /channels/:channel/videos is actually listed for the Channels API as well. With that in mind, I'd say it's definitely best to go for it then.