This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
322dca63c5df3e6b8771069ff12d32cb8eb15b23
deb-python-wsme
/
wsme
/
rest
History
Doug Hellmann
4fb26f6f2d
use tag name 'result' for sample data to match data returned by services
...
--HG-- extra : source : d6ac5de7ab98151eae6e99462c7d15141515ecf0
2012-12-05 13:06:25 -05:00
..
__init__.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
args.py
args_from_body now ignore empty bodies.
2012-11-08 15:02:59 +01:00
json.py
Remove the parse_arg tests (parse_arg does not exist anymore), fix the json nest_result option handling, and fix the encode_sample tests and implementations.
2012-11-07 21:29:46 +01:00
protocol.py
Python <2.7 compat
2012-11-07 22:37:35 +01:00
xml.py
use tag name 'result' for sample data to match data returned by services
2012-12-05 13:06:25 -05:00