0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/web/api
Fabien O'Carroll d7b6a48226 Added Products API to Admin API
refs https://github.com/TryGhost/Team/issues/616

This is a basic scaffold of the API to get things moving.

The input serializer is so that the controller logic does not need to
know about the json-api shape of the input data.

The output serializer is an adaptation of the members one.
2021-04-20 13:04:51 +01:00
..
canary Added Products API to Admin API 2021-04-20 13:04:51 +01:00
middleware Moved definition of default max image width to config (#12289) 2020-10-19 08:56:18 +01:00
testmode Migrated jobs to use parentPort.postMessage 2021-02-22 20:02:00 +13:00
v2
v3 Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
app.js Added missing v4 API endpoints mount 2021-03-03 18:44:00 +13:00
index.js