Changes between Version 6 and Version 7 of REST3.x

Show
Ignore:
Timestamp:
05/31/11 12:04:13 (2 years ago)
Author:
robert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REST3.x

    v6 v7  
    101101The items part wasn't changed. 
    102102 
    103 == Setup == 
     103== Compatibility with previous version 2.x and lower == 
    104104 
    105 You can setup the REST version of you MediaMosa on the admin/mediamosa/config/global page in the miscellaneous fieldset. This is the global setting. 
     105You can setup the REST version of you MediaMosa on the admin/mediamosa/config/global page in the miscellaneous fieldset. This is the global setting for all rest calls. This setting is used when the client application has selected to use the global value (by default). This setting is also overridden when the REST call is called with 'mediamosa_version' variable. See below for more information.  
    106106 
    107 But also you can set up the REST output per client application on your client application page: admin/mediamosa/config/app. Click to Edit, and check "Select MediaMosa version" in the Client application fieldset. 
     107You can also set up the REST output version per client application on your client application page: admin/mediamosa/config/app. Click to Edit, and check "Select MediaMosa version" in the Client application fieldset. 
     108 
     109REST calls that supply the 'mediamosa_version' parameter can force the output in that version. F.e. /asset/?mediamosa=2.2 will force the output of the REST call /asset into version 2.2.