Changes between Version 13 and Version 14 of REST_API


Ignore:
Timestamp:
10/13/10 22:54:45 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REST_API

    v13 v14  
    99'''Important to know:'''
    1010
    11   * In '''non-interactive formats''', data resources (e.g. person) are always exported/imported together with all their subresources and referenced resources (=compound resource model), and requested subresources are always exported/imported together with the respective main resource
    12   * In '''interactive formats''', main resources and subresources are always addressed separately (=no compound resources)
     11  * In '''XML/JSON formats''', data resources (e.g. person) are always exported/imported together with all their subresources and referenced resources (=compound resource model), and requested subresources are always exported/imported together with the respective main resource
     12  * In '''non-XML/JSON or interactive formats''', main resources and subresources are always addressed separately (=no compound resources)
    1313
    1414