docs: added missing Client Options#168
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #168 +/- ##
=========================================
Coverage 75.09% 75.09%
Complexity 455 455
=========================================
Files 25 25
Lines 1104 1104
=========================================
Hits 829 829
Misses 275 275 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@bednar could you please take a look? |
|
Thank you for your contribution. I apologize that it has taken nearly a year to look at this, but this current project is now marked for maintenance only. Since this PR would now need to be rebased, I've copied your changes into a branch of the root project and merged them there. #174. I'm closing this as unresolved, since it's now resolved with your changes elsewhere. |
Proposed Changes
When migrating from the old influxdata/influxdb-php to the new influxdata/influxdb-client-php I noticed that some of the available client options (notably udp options) were missing from the Client Options-table.
This PR adds those missing options. I scanned quickly through the Client.php and also added
tagsand it was also missing.Checklist
CHANGELOG.md updated(not applicable)A test has been added if appropriate(not applicable)make testcompletes successfully