Ghost/core/server/services
Rishabh Garg 9624c88f3e Refactored url utility to generate multiple API version URLs (#9897)
refs #9866

- added api version config to overrides, which makes it possible to have a centralized api versioning configuration
- the next PR will use this config in the web folder
- make api url generation in url service flexible and dynamic
- remove hardcoded API_PATH
- updated all places which used `urlFor('api'..)` -> we now ask for explicit api version
2018-09-24 21:49:20 +02:00
..
apps
auth Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
mail
permissions
routing Replaced setPrototypeOf with Object.setPrototypeOf 2018-09-20 17:50:57 +02:00
rss Fixed correct promise order in RSS feed generator (#9726) 2018-09-10 11:39:38 +02:00
settings Normalised how we require models 2018-09-21 15:16:19 +02:00
themes Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
url Refactored url utility to generate multiple API version URLs (#9897) 2018-09-24 21:49:20 +02:00
labs.js
slack.js
webhooks.js
xmlrpc.js