Changes between Version 7 and Version 8 of S3/S3Method


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Method

    v7 v8  
    3636Methods of the RESTful API can be configured:
    3737
    38   1) using {{{s3xrc.model.set_method}}} for explicit URL methods
    39   2) using {{{S3Resource.set_handler}}} for a particular S3Resource instance
     38  a. using {{{s3xrc.model.set_method}}} for explicit URL methods
     39  b. using {{{S3Resource.set_handler}}} for a particular S3Resource instance
    4040
    41 where 1) overrides 2).
     41where a overrides b.
    4242
    4343== S3Method Interface ==