fix: not working on cloud yet...
parent
0776555764
commit
cf8eeca143
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: InfluxDB API client library tutorials
|
||||
seotitle: Get started with InfluxDB API client libraries
|
||||
description: Follow step-by-step tutorials to for InfluxDB API client libraries in your favorite framework or language.
|
||||
title: InfluxDB API client library starter
|
||||
seotitle: Starter tutorial for InfluxDB API client libraries
|
||||
description: Follow step-by-step tutorials to build an IoT dashboard with API client libraries in your favorite framework or language.
|
||||
weight: 4
|
||||
menu:
|
||||
influxdb_cloud:
|
||||
|
@ -10,4 +10,4 @@ menu:
|
|||
influxdb/cloud/tags: [api]
|
||||
---
|
||||
|
||||
{{< children >}}
|
||||
{{< duplicate-oss >}}
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
title: InfluxDB API client library starter
|
||||
seotitle: Starter tutorial for InfluxDB API client libraries
|
||||
description: Follow step-by-step tutorials to build an IoT dashboard with API client libraries in your favorite framework or language.
|
||||
weight: 4
|
||||
menu:
|
||||
influxdb_cloud:
|
||||
name: Client library starter
|
||||
parent: Client library tutorials
|
||||
influxdb/cloud/tags: [api]
|
||||
---
|
||||
|
||||
{{< duplicate-oss >}}
|
|
@ -9,7 +9,7 @@ menu:
|
|||
influxdb_cloud:
|
||||
identifier: client-library-starter-js
|
||||
name: JavaScript
|
||||
parent: Client library starter
|
||||
parent: Client library tutorials
|
||||
influxdb/cloud/tags: [api, javascript, nodejs]
|
||||
---
|
||||
|
|
@ -10,7 +10,7 @@ menu:
|
|||
influxdb_cloud:
|
||||
identifier: client-library-starter-py
|
||||
name: Python
|
||||
parent: Client library starter
|
||||
parent: Client library tutorials
|
||||
influxdb/cloud/tags: [api, python]
|
||||
---
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: InfluxDB API client library tutorials
|
||||
seotitle: Get started with InfluxDB API client libraries
|
||||
description: Follow step-by-step tutorials to for InfluxDB API client libraries in your favorite framework or language.
|
||||
title: InfluxDB API client library starter
|
||||
seotitle: Starter tutorial for InfluxDB API client libraries
|
||||
description: Follow step-by-step tutorials to build an IoT dashboard with API client libraries in your favorite framework or language.
|
||||
weight: 4
|
||||
menu:
|
||||
influxdb_2_3:
|
||||
|
@ -10,4 +10,21 @@ menu:
|
|||
influxdb/v2.3/tags: [api]
|
||||
---
|
||||
|
||||
Follow step-by-step tutorials to build an Internet-of-Things (IoT) application with InfluxData client libraries and your favorite framework or language.
|
||||
InfluxData and the user community maintain client libraries for developers who want to take advantage of:
|
||||
|
||||
- Idioms for InfluxDB requests, responses, and errors.
|
||||
- Common patterns in a familiar programming language.
|
||||
- Faster development and less boilerplate code.
|
||||
|
||||
These tutorials walk through using the InfluxDB API and
|
||||
client libraries to build a modern application as you learn the following:
|
||||
|
||||
- InfluxDB core concepts.
|
||||
- How the application interacts with devices and InfluxDB.
|
||||
- How to authenticate apps and devices to the API.
|
||||
- How to install a client library.
|
||||
- How to write and query data in InfluxDB.
|
||||
- How to use the InfluxData UI libraries to format data and create visualizations.
|
||||
|
||||
{{< children >}}
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
---
|
||||
title: InfluxDB API client library starter
|
||||
seotitle: Starter tutorial for InfluxDB API client libraries
|
||||
description: Follow step-by-step tutorials to build an IoT dashboard with API client libraries in your favorite framework or language.
|
||||
weight: 4
|
||||
menu:
|
||||
influxdb_2_3:
|
||||
name: Client library starter
|
||||
parent: Client library tutorials
|
||||
influxdb/v2.3/tags: [api]
|
||||
---
|
||||
|
||||
Follow step-by-step tutorials to build an Internet-of-Things (IoT) application with InfluxData client libraries and your favorite framework or language.
|
||||
InfluxData and the user community maintain client libraries for developers who want to take advantage of:
|
||||
|
||||
- Idioms for InfluxDB requests, responses, and errors.
|
||||
- Common patterns in a familiar programming language.
|
||||
- Faster development and less boilerplate code.
|
||||
|
||||
These tutorials walk through using the InfluxDB API and
|
||||
client libraries to build a modern application as you learn the following:
|
||||
|
||||
- InfluxDB core concepts.
|
||||
- How the application interacts with devices and InfluxDB.
|
||||
- How to authenticate apps and devices to the API.
|
||||
- How to install a client library.
|
||||
- How to write and query data in InfluxDB.
|
||||
- How to use the InfluxData UI libraries to format data and create visualizations.
|
||||
|
||||
{{< children >}}
|
Loading…
Reference in New Issue