Update link to influx-cxx (#2181)

* Update link to influx-cxx

Originally linked project is unmaintained, new link goes to active fork

* add c++ library to v1.8 api_client_docs

* add c++ library to doc description for v1.7 api_client_libraries
pull/2188/head
David 2021-02-17 15:46:08 +01:00 committed by GitHub
parent 040b85bee2
commit 2f67737ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
title: InfluxDB client libraries
description: InfluxDB client libraries include support for Elixir, Go, Haskell, Java, JavaScript/Node.js, Lisp, MATLAB, .Net, Perl, PHP, Python, R, Ruby, Rust, Scala, Sensu, and the SNMP agent.
description: InfluxDB client libraries include support for Elixir, C++, Go, Haskell, Java, JavaScript/Node.js, Lisp, MATLAB, .Net, Perl, PHP, Python, R, Ruby, Rust, Scala, Sensu, and the SNMP agent.
aliases:
- /influxdb/v1.7/clients/api_client_libraries/
- /influxdb/v1.7/clients/
@ -19,8 +19,8 @@ InfluxDB client libraries are developed by the open source community. These clie
Thanks to the open source community for your contributions, commitment, and effort!
## C++
* [influxdb-cxx](https://github.com/awegrzyn/influxdb-cxx.git)
* Maintained by [Adam Wegrzynek (awegrzyn)](https://github.com/awegrzyn)
* [influxdb-cxx](https://github.com/offa/influxdb-cxx)
* Maintained by [offa](https://github.com/offa)
## Elixir

View File

@ -1,7 +1,7 @@
---
title: InfluxDB client libraries
description: >
InfluxDB client libraries includes support for Arduino, C#, Go, Java, JavaScript, PHP, Python, and Ruby.
InfluxDB client libraries includes support for Arduino, C#, C++, Go, Java, JavaScript, PHP, Python, and Ruby.
aliases:
- /influxdb/v1.8/clients/api_client_libraries/
- /influxdb/v1.8/clients/
@ -31,6 +31,10 @@ Functionality varies between client libraries. Refer to client libraries on GitH
- [influxdb-client-csharp](https://github.com/influxdata/influxdb-client-csharp)
- Maintained by [InfluxData](https://github.com/influxdata)
## C++
* [influxdb-cxx](https://github.com/offa/influxdb-cxx)
* Maintained by [offa](https://github.com/offa)
### Go
- [influxdb-client-go](https://github.com/influxdata/influxdb-client-go)