Ghost/core/server/api/shared
naz cbdc91ce48
Added Location header to API's POST request responses (#12186)
refs #2635

- Adds 'Location' header to endpoints which create new resources and have corresponding `GET` endpoint as speced in JSON API - https://jsonapi.org/format/#crud-creating-responses-201. Specifically:
    /posts/
    /pages/
    /integrations/
    /tags/
    /members/
    /labels/
    /notifications/
    /invites/

- Adding the header should allow for better resource discoverability and improved logging readability
- Added `url` property to the frame constructor. Data in `url` should give enough information  to later build up the `Location` header URL for created resource.
- Added Location header to headers handler. The Location value is built up from a combination of request URL and the id that is present in the response for the resource. The header is automatically added to requests coming to `add` controller methods which return `id` property in the frame result
- Excluded Webhooks API  as there is no "GET" endpoint available to fetch the resource
2020-09-14 22:33:37 +12:00
..
serializers Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
utils Added comments for Ghost API 2019-05-06 14:49:25 +02:00
validators Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
frame.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
headers.js Added Location header to API's POST request responses (#12186) 2020-09-14 22:33:37 +12:00
http.js Added Location header to API's POST request responses (#12186) 2020-09-14 22:33:37 +12:00
index.js Added tiny framework to support multiple API versions (#9933) 2018-10-05 00:50:45 +02:00
pipeline.js Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00