Skip to content

Conversation

@naveena-maplelabs
Copy link
Contributor

  • In sdk, query parameters for certain requests are obtained as
    list of strings.
  • But while sending the params to API, values expected is comma
    separated strings.
  • This conversion is not happening and API call fails or provide
    incorrect responses.

Uploaded sample code for principals_controller.py file

* In sdk, query parameters for certain requests are obtained as
list of strings.
* But while sending the params to API, values expected is comma
separated strings.
* This conversion is not happening and API call fails or provide
incorrect responses.
> Uploaded sample code for principals_controller.py file
Copy link
Contributor

@pyashish pyashish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix, fix it in master not in 1.1.5 .. we'll have to come up with generic fix across branches for patching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants