Ghost/core/server/data/import
Hannah Wolfe c02ebb0dcf Refactor API arguments
closes #2610, refs #2697

- cleanup API index.js, and add docs
- all API methods take consistent arguments: object & options
- browse, read, destroy take options, edit and add take object and options
- the context is passed as part of options, meaning no more .call
  everywhere
- destroy expects an object, rather than an id all the way down to the model layer
- route params such as :id, :slug, and :key are passed as an option & used
  to perform reads, updates and deletes where possible - settings / themes
  may need work here still
- HTTP posts api can find a post by slug
- Add API utils for checkData
2014-05-15 10:41:05 +01:00
..
000.js Refactor API arguments 2014-05-15 10:41:05 +01:00
001.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
002.js Fix posts.html and posts.markdown field type 2014-01-15 14:29:23 +01:00
003.js Implements Models & Data API for Apps 2014-04-16 18:14:56 +02:00
index.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00