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

Feature Request: support Query String Parameters #328

Closed
tobyfan1980 opened this issue May 31, 2017 · 1 comment
Closed

Feature Request: support Query String Parameters #328

tobyfan1980 opened this issue May 31, 2017 · 1 comment

Comments

@tobyfan1980
Copy link

tobyfan1980 commented May 31, 2017

As described in document , it would be nice to pass some query string parameters into the Query constructor.

For example, using curl, we can do
curl -G 'http://localhost:8086/query?db=mydb&epoch=s' --data-urlencode 'q=SELECT * FROM "cpu"'

Correspondingly, we should be able to pass "epock=s" to the Query object.

@majst01
Copy link
Collaborator

majst01 commented May 31, 2017

Please check if issues are already raised for the same topic

duplicate of #274

@majst01 majst01 closed this as completed May 31, 2017
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

No branches or pull requests

2 participants