Ghost/core/frontend/services/url
Hannah Wolfe d3f20c52fd Moved getApiVersion to a new shared "bridge" class
refs: bf0823c9a2

- Added a new bridge class that lives in shared. This should eventually be responsible for all cross-communication between the frontend and the server
- Having all the gnarly shared bits in one place should help us refactor more easily
- For now it also reduces requires between the core/server and core/frontend folders that are meant to be separate
- All calls to getApiVersion have also been renamed to getFrontendApiVersion, as this is different to the "default" API version
- Slowly getting to the point where frontend/services/themes can be moved to server/services/themes :)
2021-04-24 09:55:48 +01:00
..
configs Added v4 frontend url config 2021-02-22 18:19:57 +01:00
index.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
Queue.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
Resource.js Added jsdocs to UrlGenerator/Resource classes 2020-11-17 13:05:40 +13:00
Resources.js Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
UrlGenerator.js Refactored UrlGenerator simplifying conditional logic 2020-11-17 13:09:22 +13:00
Urls.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
UrlService.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00