This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
606278be9361aaaefb60d1cea19d4d8d30eb8de1
deb-python-wsme
/
wsme
History
Christophe de Vienne
daec0a54f1
Fix a bug when the only parameter of a function is a 'body' parameter
2013-02-15 15:35:37 +01:00
..
rest
Simplify __body__ extraction from params
2013-01-18 00:02:47 +01:00
tests
Merging a dead branch (messed up with 'amend')
2013-01-30 18:02:26 +01: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
Fix a bug when the only parameter of a function is a 'body' parameter
2013-02-15 15:35:37 +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