0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/e2e-api/content
Naz da0dee548c Added alias for non-versioned API endpoints
refs https://github.com/TryGhost/Toolbox/issues/169

- Before next major version release we need to prepare for removal of API versioning.
- This change allows unversioned API requests to work under following endpoints:
- /ghost/api/admin
- /ghost/api/content
- This change should allow further preparation of the API clients (SDKs, Integrations, etc.) to non-versioned APIs in Ghost instances in ^5.0.0
- Changed default e2e test targets to non-versioned API. It's a trial, to have working examples. In the future all tests should switch to use only non-versioned endpoints.
2022-03-03 20:21:22 +13:00
..
__snapshots__ Converted pages e2e test to use test-framework 2022-02-24 00:47:09 +13:00
authors.test.js Renamed testUtils.startGhost to localUtils.startGhost 2021-11-22 21:56:32 +13:00
key_authentication.test.js Renamed testUtils.startGhost to localUtils.startGhost 2021-11-22 21:56:32 +13:00
pages.test.js Renamed e2e framework date matchers 2022-03-01 18:17:13 +07:00
posts.test.js Renamed e2e framework date matchers 2022-03-01 18:17:13 +07:00
settings.test.js Converted settings e2e test to use test-framework 2022-02-24 00:47:09 +13:00
tags.test.js Renamed testUtils.startGhost to localUtils.startGhost 2021-11-22 21:56:32 +13:00
utils.js Added alias for non-versioned API endpoints 2022-03-03 20:21:22 +13:00