Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TravelModeExt.toApiString() fixed #118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

luis901101
Copy link

The 'mode' query param used in the url request must be lower case, currently TravelMode enum has a JsonValue parser that makes every value upper case to be able to parse from json responses but this is conflictive with the same travel mode enum value being used in the url query param.

The 'mode' query param to be used in the url request must be lower case.
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.

2 participants