This website requires JavaScript.
Explore
Get Started
x
/
wsme
Code
Issues
Proposed changes
wsme
/
wsme
History
Christophe de Vienne
2bb9362a45
Fix passing Dict/Array based UserType as params
...
Change-Id: I732c1c292a63a1ec4e6cf341c8268dfe4a600e06
2014-11-15 21:47:25 +01:00
..
rest
Fix passing Dict/Array based UserType as params
2014-11-15 21:47:25 +01:00
tests
Fix passing Dict/Array based UserType as params
2014-11-15 21:47:25 +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 support for manually specifying supported content types in @wsmeexpose.
2014-09-24 21:04:52 -04:00
exc.py
Add custom error code to ClientSideError
2013-10-09 16:59:40 +03: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
Remove various usage of sys.exc_info()
2013-09-18 16:52:03 +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
Allow non-auto-registered complex type
2014-11-11 09:45:31 +01:00
utils.py
Add custom error code to ClientSideError
2013-10-09 16:59:40 +03:00