mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
dcfaecfe92
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. |
||
---|---|---|
.. | ||
v0.1 | ||
v2 | ||
index.js | ||
README.md |
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 :)