Skip to content

Call parameter listed as "array" actually requires a string with coma separated value (Request #3168583) #44

@jeanmichel-nwsb

Description

@jeanmichel-nwsb

This issue is preliminary to propose a pull-request

In the API documentation, the parameter for geoblocking is listed as an array, which then is defined as:

Image Image

It was expected that, following 2nd line of the example, the params arguments for the Dailymotion.post() method could include an element as "geoblocking": ["allow", "fr"]" while it was expected to be set as "geoblocking": "allow,fr".
This is not intuitive.

I will propose a PR to seamlessly convert parameters passed as a list into a comma-separated string

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