Changes between Version 3 and Version 4 of BluePrintRESTImplementation
- Timestamp:
- 12/31/08 08:13:04 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRESTImplementation
v3 v4 1 1 {{{ 2 2 # RESTful controller function 3 # Since some methods should require authentication, we must do so for all (unles we patch T2)3 # Since some methods should require authentication, we must do so for all (unless we patch T2) 4 4 @t2.requires_login('login') 5 5 def feature():