We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am building an app that needs to query the Google Maps API
The Google Maps APIs accept an API key through its query params.
These are the potential APIs that can be supported by a connector that uses our new queryParams key/value pair to accept a Google API Key:
queryParams
Routes:
Places:
The text was updated successfully, but these errors were encountered:
Many of the Google Maps APIs use an API key that is passed in via a parameter, i.e. the Directions API, rather than through Authorization headers.
Based off of discussion, it looks like the generic HTTP connector would require support for query parameters.
Sorry, something went wrong.
mdodell
Successfully merging a pull request may close this issue.
Use case
I am building an app that needs to query the Google Maps API
Additional details
The Google Maps APIs accept an API key through its query params.
These are the potential APIs that can be supported by a connector that uses our new
queryParams
key/value pair to accept a Google API Key:Routes:
Places:
Acceptance criteria
The text was updated successfully, but these errors were encountered: