Changes between Version 29 and Version 30 of S3/S3REST/Methods


Ignore:
Timestamp:
01/03/14 11:05:02 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/Methods

    v29 v30  
    88  '''Note:''' CRUD methods may (and in most setups do) require '''access authorization'''.
    99
    10   '''Note:''' the RESTful API is '''extensible''', therefore other methods may also be supported (e.g. /report, /summary, /profile). These methods are described with the documentation of the respective method handlers.
     10  '''Note:''' the RESTful API is '''extensible''', therefore other methods may also be supported (e.g. /report, /summary, /profile). These methods are described in the documentation of the respective method handlers.
    1111
    1212  '''Note:''' Developers '''should not alter or override''' standard methods for any resources (although this is not strictly forbidden).