Ghost/core/server/web/api
Fabien O'Carroll dcfaecfe92
🐛 Added CORS support to the v2 Content API (#10257)
no-issue

When trying to use /api/v2/content from a different domain, the requests
were failing with CORS errors. This doesn't use the shared cors middleware,
because it should be open to all hosts, and not locked down via our
whitelist or trusted domains.
2018-12-11 11:44:12 +07:00
..
v0.1 Optimised web/ debug logs 2018-10-04 17:43:08 +02:00
v2 🐛 Added CORS support to the v2 Content API (#10257) 2018-12-11 11:44:12 +07:00
index.js 🐛 Fixed missing 404 for unknown API routes (#10070) 2018-11-26 16:35:38 +07:00
README.md Added v2 api endpoints (#9874) 2018-09-18 15:59:06 +02:00

Ghost APIs

Ghost is moving towards providing more robust APIs in the future. A plan and decisions can be found here.

WARNING!

The v2 API (/ghost/api/v2/* endpoints) is to be considered under active development until this message is removed. Please use with caution and don't rely too heavy on it just yet :)