0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/integration/api
David Arvelo 2d783ac3d4 DB API returns JSON-API compatible objects. Export triggers 'Save As' dialog.
closes #2647
- GET method returns { db: [exportedData] }
- POST, DELETE methods return { db: [] }
- 'delete all content' test updated
- Attach 'Content-Disposition' header on DB export for 'Save As' browser dialog
- Add DB API functional test for Export
2014-05-07 19:05:09 -04:00
..
api_db_spec.js DB API returns JSON-API compatible objects. Export triggers 'Save As' dialog. 2014-05-07 19:05:09 -04:00
api_notifications_spec.js Proper endpoints for persistent notifications 2014-05-06 00:05:14 +02:00
api_posts_spec.js updated error handling on all mocha tests 2014-05-05 21:58:58 +01:00
api_settings_spec.js ACL and strict rules for Settings API 2014-05-07 10:56:03 -05:00
api_tags_spec.js updated error handling on all mocha tests 2014-05-05 21:58:58 +01:00
api_users_spec.js Move user API to primary document format 2014-05-02 20:50:44 +01:00