markhobson / penguin

A virtual penguin queue.
0 stars 2 forks source link

Add queue stories resource #24

Open RedMu opened 11 years ago

RedMu commented 11 years ago

Queues API should arguably not return story information, also api/queue/:queueId/stories does not work - should ideally return just a list of story id's so that each can be requested individually using api/queue/:queueId/story/:storyId

markhobson commented 11 years ago

I agree, I raised issue #9 to downsize the payloads. We should implement 'api/queue/:queueId/stories' as you say too.

markhobson commented 11 years ago

Split original issue up into: issue #9 for hypermedia, and this issue to add the queue/:id/stories resource.