Skip to content

passing in list of params for collection? #456

@jji-fieldwire

Description

@jji-fieldwire

Is it possible to do something like this?

items = [item1, item2, item3]
param1, param2, param3 = 'a', 'b', 'c'

MySerializer.new(items, { params: { myparam: [param1, param2, param3] } })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions