0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/functional/routes/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
..
error_test.js Refactor the API route tests to use supertest 2014-04-07 15:40:20 +01:00
posts_test.js Add include parameter for posts API 2014-04-27 18:58:34 +02:00
settings_test.js Refactor the API route tests to use supertest 2014-04-07 15:40:20 +01:00
tags_test.js Tag API: Primary Document Format 2014-04-20 19:48:59 -05:00
users_test.js Refactor the API route tests to use supertest 2014-04-07 15:40:20 +01:00