This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
23bac07fee3558620ea020892b0bc106b0df2a25
deb-python-wsme
/
wsme
History
Christophe de Vienne
23bac07fee
Now rely on wsme.rest.args to parse the parameters, which avoids a lot of code duplication
2013-01-17 22:49:00 +01:00
..
rest
Now rely on wsme.rest.args to parse the parameters, which avoids a lot of code duplication
2013-01-17 22:49:00 +01:00
tests
Add a test for multiply exposed functions
2013-01-17 21:24:16 +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
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
Allow adapters to use the format_exception function, and use it in the Pecan adapter. /\!\ the response status is not properly changed by the decorator yet.
2012-12-06 16:51:51 +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
Add sample() method to ArrayType and DictType
2012-12-07 16:12:48 -05:00
utils.py
Python <2.7 compat
2012-11-07 22:37:35 +01:00