0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api
Sebastian Gierlinger 1e62400465 Add include parameter for posts API
closes #2609
- added include parameter to api.posts.*
- changed toJSON to omit objects that are not included
- added include parameter to admin
- added include parameter to frontend.js
- updated tests
- removed duplicate code from posts model

**Known Issue:** It is not possible to attach a tag using an ID.
2014-04-27 18:58:34 +02:00
..
db.js Add permissions to API 2014-04-16 18:22:22 +02:00
index.js Invalidate cache header only for published posts 2014-04-23 09:28:45 -05:00
mail.js Added email sending endpoint to the API. 2014-04-09 23:56:21 +02:00
notifications.js Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
posts.js Add include parameter for posts API 2014-04-27 18:58:34 +02:00
settings.js Update & grunt-groc and fix docs errors 2014-04-21 19:04:20 +01:00
tags.js Tag API: Primary Document Format 2014-04-20 19:48:59 -05:00
users.js Add permissions to API 2014-04-16 18:22:22 +02:00