mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
Updated API versioning README.md
- As 0.1 is dropped there is no need to mention it anymore
This commit is contained in:
parent
33fe21f888
commit
721118680d
@ -1,12 +1,9 @@
|
|||||||
# API Versioning
|
# API Versioning
|
||||||
|
|
||||||
Ghost supports multiple API versions.
|
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.
|
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
|
## Stages
|
||||||
|
|
||||||
Each request goes through the following stages:
|
Each request goes through the following stages:
|
||||||
|
Loading…
Reference in New Issue
Block a user