This website requires JavaScript.
Explore
Get Started
x
/
wsme
Code
Issues
Proposed changes
wsme
/
wsme
History
Christophe de Vienne
03b038b6bf
Merge in wsme-soap
2013-01-24 22:26:42 +01:00
..
rest
Simplify __body__ extraction from params
2013-01-18 00:02:47 +01:00
tests
add tests for file property of File
2013-01-18 16:58:00 -05:00
__init__.py
Reorganise the decorators. expose and validate are now in wsme.rest, and ws.api.signature becomes the raw decorator to declare a function signature. Got rid of the 'pexpose' decorator, which will be replaced later by a better way.
2012-10-31 10:48:01 +01:00
api.py
Add a new parameter 'ignore_extra_args' to the @signature decorator (and its frontends @wsexpose)
2012-12-19 15:11:52 +01:00
exc.py
test_types unit tests now successfully pass under python 3.2
2012-04-24 10:47:27 +02:00
protocol.py
Rework the rest implementation. We now have a single protocol that can manupulate different dataformat thanks to the helpers provided by the xml, json and args modules (which will be used by the adapters too). Some corner cases still don't pass the unittest, and some code cleaning is required.
2012-11-07 18:19:11 +01:00
root.py
Merge in wsme-soap
2013-01-24 22:26:42 +01:00
spore.py
Rework the rest implementation. We now have a single protocol that can manupulate different dataformat thanks to the helpers provided by the xml, json and args modules (which will be used by the adapters too). Some corner cases still don't pass the unittest, and some code cleaning is required.
2012-11-07 18:19:11 +01:00
types.py
Merge in wsme-soap
2013-01-24 22:26:42 +01:00
utils.py
Python <2.7 compat
2012-11-07 22:37:35 +01:00