Redmine/app
Jean-Philippe Lang 5f57bceabb Makes some attributes optional in API response to get faster/lightweight responses.
These attributes are not required for common uses case (eg. updating an object). They can be requested in the reponse using the 'include' parameter. Example GET /issues/1.xml?include=journals. The list of attributes that can be included in responses will be documented in the wiki.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4486 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-12-11 10:19:11 +00:00
..
controllers Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 2010-12-04 17:43:39 +00:00
helpers Makes some attributes optional in API response to get faster/lightweight responses. 2010-12-11 10:19:11 +00:00
models Do not try to copy relations for issues that could not be copied. 2010-12-10 17:37:24 +00:00
views Makes some attributes optional in API response to get faster/lightweight responses. 2010-12-11 10:19:11 +00:00