influxdb-client-go
                                
                                
                                
                                    influxdb-client-go copied to clipboard
                            
                            
                            
                        feat(v3): API finalization
Closes #205
Proposed Changes
This PR completes v3 implementation according to #205. Newly added:
- Client.Write* functions
 - PointsWriter
 - MgmtAPI
 - Status functions Health(), Ready() and Ping()
 - Detailed Readme
 - Changelog
 - moving to 
v3package 
Checklist
- [X] CHANGELOG.md updated
 - [X] Rebased/mergeable
 - [X] A test has been added if appropriate
 - [X] Tests pass
 - [X] Commit messages are in semantic format