Ghost/core/server/api/shared
Hannah Wolfe 22b6f1af99 Improved behaviour of default and all handlers
refs: https://github.com/TryGhost/Toolbox/issues/245

- .all methods are fallback serializers not to be run as well as a custom serializer
- The default serializer is also a fallback
- The "All" file with before and after are global hooks that _always_ get run as well as other serializers
- There's a lot of room for further improvement here especially with naming but this logic makes more sense
  for the usecases AND doesn't affect v2 & v3 etc. We can do another pass after 5.0
2022-03-29 13:44:21 +01:00
..
serializers Improved behaviour of default and all handlers 2022-03-29 13:44:21 +01:00
utils Added comments for Ghost API 2019-05-06 14:49:25 +02:00
validators Replaced i18n.t w/ tpl helper in validators/input/ (#13460) 2021-10-06 10:17:42 +01:00
frame.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
headers.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
http.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
index.js Added tiny framework to support multiple API versions (#9933) 2018-10-05 00:50:45 +02:00
pipeline.js Fixed JSDoc apiType in the frame pipeline 2021-08-13 10:08:50 +04:00