0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated API versioning README.md

- As 0.1 is dropped there is no need to mention it anymore
This commit is contained in:
Nazar Gargol 2019-09-12 16:27:09 +02:00
parent 33fe21f888
commit 721118680d

View file

@ -1,12 +1,9 @@
# API Versioning
Ghost supports multiple API versions.
Each version lives in a separate folder e.g. api/v0.1, api/v2.
Each version lives in a separate folder e.g. api/v2, api/v3, api/canary etc.
Next to the API folders there is a shared folder, which contains shared code, which all API versions use.
**NOTE: v0.1 is deprecated and we won't touch the shared folder at all. The v0.1 folder
contains the API layer which we have used since Ghost was born.**
## Stages
Each request goes through the following stages: