This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
39cc2ffc8f131679d9e561c0ab3712f482a8e7ed
deb-python-wsme
/
wsme
History
Christophe de Vienne
39cc2ffc8f
The tg1 adapter can now expose rest functions outside the WSRoot _and_ enable other other protocols. Soap is tested.
2012-11-26 01:27:37 +01:00
..
rest
Change the scan_api interface. It now yield the original function and static args (typically the 'self' attribute). Thanks to that the lookup_function method of WSRoot can access functions outside the WSRoot.
2012-11-26 01:25:51 +01:00
tests
Change the scan_api interface. It now yield the original function and static args (typically the 'self' attribute). Thanks to that the lookup_function method of WSRoot can access functions outside the WSRoot.
2012-11-26 01:25:51 +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
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
cornice.py
Start working on adding protocols when used as a cornice complement
2012-10-25 21:35:08 +02:00
exc.py
test_types unit tests now successfully pass under python 3.2
2012-04-24 10:47:27 +02:00
pecan.py
Move around the REST implementation : wsme.protocols.commons -> wsme.rest.args, wsme.protocols.rest -> wsme.rest.protocol, wsme.protocols.restxml/json -> wsme.rest.xml/json, wsme.protocols.__init__ -> wsme.protocol.
2012-11-06 22:34:03 +01: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
Change the scan_api interface. It now yield the original function and static args (typically the 'self' attribute). Thanks to that the lookup_function method of WSRoot can access functions outside the WSRoot.
2012-11-26 01:25:51 +01:00
sphinxext.py
Move around the REST implementation : wsme.protocols.commons -> wsme.rest.args, wsme.protocols.rest -> wsme.rest.protocol, wsme.protocols.restxml/json -> wsme.rest.xml/json, wsme.protocols.__init__ -> wsme.protocol.
2012-11-06 22:34:03 +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
tg1.py
The tg1 adapter can now expose rest functions outside the WSRoot _and_ enable other other protocols. Soap is tested.
2012-11-26 01:27:37 +01:00
tg15.py
Introduce an adapter for tg 1.5 + unittest. It needs more realistic tests though.
2012-05-18 10:44:39 +02:00
types.py
Now use six.with_metaclass to create the Base type in a python 2/3 compatible way
2012-10-06 21:18:05 +02:00
utils.py
Python <2.7 compat
2012-11-07 22:37:35 +01:00