-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Refactor Results to Response #2050
Milestone
Comments
peekeri
added a commit
to peekeri/influxdb
that referenced
this issue
Apr 4, 2015
…ata#2050) Rename client.Results to client.Response as it already has Results property itself. Renaming it to Response makes code look much less ugly.
peekeri
added a commit
to peekeri/influxdb
that referenced
this issue
Apr 4, 2015
…luxdata#2050) Rename influxdb.Results to influxdb.Response as it already has Results property itself. Renaming it to Response makes code look much less ugly.
Fixed in #2137 |
mark-rushakoff
pushed a commit
that referenced
this issue
Jan 11, 2019
Developer mode is now passed to assets closes #2050
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The client library and code that marshals query responses uses an object called
Results
. This should actually be aResponse
object. Having it be results is weird because it has a property calledResults
which are the results for each statement in the query.Please to refactor, this is ugly
The text was updated successfully, but these errors were encountered: