wsme/wsme
Christophe de Vienne b2e760894e Move the missing argument verification in a wsme.runtime module so that it can be used in all adapters 2013-04-08 15:45:08 +02:00
..
rest Move the missing argument verification in a wsme.runtime module so that it can be used in all adapters 2013-04-08 15:45:08 +02: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 A new HostRequest type can be used to have the host framework request object passed to the exposed functions 2013-04-02 16:19:30 +02: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 Move the missing argument verification in a wsme.runtime module so that it can be used in all adapters 2013-04-08 15:45:08 +02:00
runtime.py Move the missing argument verification in a wsme.runtime module so that it can be used in all adapters 2013-04-08 15:45:08 +02: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 A new HostRequest type can be used to have the host framework request object passed to the exposed functions 2013-04-02 16:19:30 +02:00
utils.py Python <2.7 compat 2012-11-07 22:37:35 +01:00