Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 371 Bytes

File metadata and controls

13 lines (9 loc) · 371 Bytes

URL Parameters

Per the JSON API spec, the URL endpoints for individual resources can be built in a predictable way.

All v2 endpoints on the Designer News API support the multi-GET format when retrieving multiple resources, e.g.

GET /api/v2/stories/1,2,3

Filtering, sorting, and inclusion of linked resources is available when noted.