Skip to content

Cannot specify same parameter twice in the query  #197

@dcermak

Description

@dcermak

osctiny's handling of dictionary parameters to osc.request prevents the creation of url parameters like &view=status&view=binarylist. requests supports this via:

param = {"view": ["status", "binarylist"]}

but the handling inside Osc.handle_params prevents this behavior from applying:

return "&".join(

Could such parameters be supported? It is sadly required to fully utilize some buildservice routes without calling the API endpoint twice or three times

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