0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api
Hannah Wolfe 31fc84cefb Consistency in model method naming
- The API has the BREAD naming for methods
- The model now has findAll, findOne, findPage (where needed), edit, add and destroy, meaning it is similar but with a bit more flexibility
- browse, read, update, create, and delete, which were effectively just aliases, have all been removed.
- added jsDoc for the model methods
2014-05-06 00:36:42 +01:00
..
db.js Change error message response 2014-05-05 15:51:21 +02:00
index.js Proper endpoints for persistent notifications 2014-05-06 00:05:14 +02:00
mail.js Change error message response 2014-05-05 15:51:21 +02:00
notifications.js Proper endpoints for persistent notifications 2014-05-06 00:05:14 +02:00
posts.js Change error message response 2014-05-05 15:51:21 +02:00
settings.js Consistency in model method naming 2014-05-06 00:36:42 +01:00
tags.js Tag API: Primary Document Format 2014-04-20 19:48:59 -05:00
users.js Consistency in model method naming 2014-05-06 00:36:42 +01:00