Changes between Version 6 and Version 7 of S3/S3Method


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Method

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