Exported method parameters need to support dict types
Bug #953587 reported by
Ian Booth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lazr.restful |
In Progress
|
High
|
Ian Booth |
Bug Description
There is no dict marshaller. Therefore, although it is possible to declare that exported method parameters can be of type dict, it does not work in practice.
eg
@export_
@operation_
@operation_
def someMethod(
Related branches
lp://qastaging/~wallyworld/lazr.restful/dict-parameters
- Francis J. Lacoste (community): Approve
- Benji York: Pending requested
-
Diff: 351 lines (+180/-12)6 files modified.bzrignore (+1/-0)
src/lazr/restful/NEWS.txt (+6/-0)
src/lazr/restful/configure.zcml (+7/-0)
src/lazr/restful/docs/webservice-marshallers.txt (+83/-6)
src/lazr/restful/marshallers.py (+82/-5)
src/lazr/restful/version.txt (+1/-1)
To post a comment you must log in.