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:
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
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:
It was expected that, following 2nd line of the example, the
paramsarguments for theDailymotion.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