This website requires JavaScript.
Explore
Get Started
x
/
wsme
Code
Issues
Proposed changes
wsme
/
wsme
History
Cyril Roelandt
1b5ca365b4
Fix overindentation
...
Without this fix, "tox -epep8" fails. Change-Id: I5c95add72735fd3c01b22a84b07ccf8d78e86aa2
2019-03-12 20:41:43 +01:00
..
rest
Get WSME tests working again
2018-11-12 16:16:30 +01:00
tests
Fix (some) tests for modern flask and pep8
2018-04-09 13:24:20 +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
Fix overindentation
2019-03-12 20:41:43 +01:00
exc.py
Complex types should check unexpected attributes
2015-05-18 12:39:50 +02:00
protocol.py
Multiple protocol accept or content-type matching
2015-04-24 16:19:46 +02:00
root.py
Fix (some) tests for modern flask and pep8
2018-04-09 13:24:20 +01: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
Fix pep8 issues and switch to py35 in tox.ini
2016-12-23 14:02:33 +02:00
utils.py
Fix (some) tests for modern flask and pep8
2018-04-09 13:24:20 +01:00