This website requires JavaScript.
Explore
Get Started
x
/
wsme
Code
Issues
Proposed changes
da67a34cc7
wsme
/
wsme
History
Jenkins
a24f4c4449
Merge "Fix printing object reference on StringType"
2015-01-22 17:17:10 +00:00
..
rest
Fix passing Dict/Array based UserType as params
2014-11-15 21:47:25 +01:00
tests
Merge "Fix printing object reference on StringType"
2015-01-22 17:17:10 +00: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
Merge "Fix printing object reference on StringType"
2015-01-22 17:17:10 +00:00
utils.py
Add custom error code to ClientSideError
2013-10-09 16:59:40 +03:00