Exported method parameters need to support dict types

Bug #953587 reported by Ian Booth
6
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_write_operation()
    @operation_parameters(
        dict_param=Dict(
            key_type=xxxxxx,
            value_type=yyyyyy))
    @operation_for_version('devel')
    def someMethod(dict_param):

Related branches

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.