You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updating version number to 0.4.8
* Refactored to new Service Class pattern. Closes#144
* Fix linting
* Update CHANGELOG.md
Co-authored-by: Shane Shellenbarger <[email protected]>
Description
When calling getChildren, and providing a properly formatted list or comma-delimited string for the ids argument, a 500 error is generated.
This is confirmed to not be generated via the API, and is coming from the Service Class call to requests.
See discussion post #143 for more detail.
To Reproduce
Create an instance of the MSSP service class, and then call getChildren passing either a list or a comma-delimited string for the ids argument.
Expected Behavior
Properly formatted API results matching what is produced when performing this operation via the Uber class.
Environment
The text was updated successfully, but these errors were encountered: