Area / Component
Stories endpoints (POST /api/stories, GET /api/stories, GET /api/me/stories, DELETE /api/stories/{id})
Test Cases
- Unauthenticated requests return
401 UNAUTHENTICATED envelope.
- POST creates story (201) and returns body with timestamps.
- GET feed respects
limit and before; newest-first.
- GET me/stories returns only self stories.
- DELETE: 204 owner; 403 non-owner; 404 unknown id.
Target Release
v0.1.2
Area / Component
Stories endpoints (
POST /api/stories,GET /api/stories,GET /api/me/stories,DELETE /api/stories/{id})Test Cases
401 UNAUTHENTICATEDenvelope.limitandbefore; newest-first.Target Release
v0.1.2