Closed elbrujohalcon closed 8 years ago
POST /newspapers/:name/news
:name
GET /newspapers/:name/news/:id
id
newspaper_name
title
body
Endpoints
POST /newspapers/:name/news
- publish a new news flash for newspaper:name
GET /newspapers/:name/news/:id
- retrieves data for a particular news flashEntities
News Flashes
id
(binary): autogenerated unique identifiernewspaper_name
(binary): name of the newspaper where this news flash is publishedtitle
(binary)body
(binary)