Ghost/core/server/api/canary
Hannah Wolfe 923d436f11
Removed API versioning from email serialization
refs: https://github.com/TryGhost/Toolbox/issues/229

- we are getting rid of the concept of having multiple api versions in a single ghost install
- we no longer need to worry about what version of the API we should use to send content
- this, as with all of our api versioning logic, was questionable anyway, and mostly just unnecessary complexity
2022-04-28 15:37:06 +01:00
..
utils Removed API versioning from email serialization 2022-04-28 15:37:06 +01:00
actions.js
authentication.js Handled default newsletter fixtures setup (#14459) 2022-04-12 19:44:21 +05:30
authors-public.js
config.js
custom-theme-settings.js
db.js
email-post.js
email-preview.js Removed API versioning from email serialization 2022-04-28 15:37:06 +01:00
emails.js Added missing e2e emails API browse & retry tests 2022-03-28 17:32:58 +01:00
files.js
identities.js
images.js
index.js Removed res.locals.apiVersion 2022-04-28 15:35:28 +01:00
integrations.js
invites.js
labels.js
mail.js
media.js
member-signin-urls.js Fixed filename casing in canary API 2022-03-24 17:25:53 +00:00
members-stripe-connect.js Fixed filename casing in canary API 2022-03-24 17:25:53 +00:00
members.js Added newsletters to subscribe events (#14579) 2022-04-26 12:31:34 +01:00
newsletters.js Added cache invalidation on updating newsletters (#14587) 2022-04-26 18:06:41 +05:30
notifications.js
oembed.js
offers.js
pages-public.js
pages.js Removed API versioning from email serialization 2022-04-28 15:37:06 +01:00
posts-public.js
posts.js Removed API versioning from email serialization 2022-04-28 15:37:06 +01:00
preview.js
products-public.js
products.js
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js
site.js
slack.js
slugs.js
snippets.js
stats.js Added /stats/subscriptions API (#14547) 2022-04-27 14:53:32 +01:00
tags-public.js
tags.js
themes.js
tiers-public.js
tiers.js
users.js
webhooks.js