diff --git a/docs/en/15-programming/01-connect/01-python.md b/docs/en/15-programming/01-connect/01-python.md index 04cf39b0575089f332e0bcc29a3a9ac7ad1defe2..7f23d93e92966f09b58af251d01c5fa3bbad918e 100644 --- a/docs/en/15-programming/01-connect/01-python.md +++ b/docs/en/15-programming/01-connect/01-python.md @@ -82,4 +82,6 @@ Copy code bellow to your editor and run it. {{#include docs/examples/python/develop_tutorial.py:connect}} ``` -For how to write data and query data, please refer to and . \ No newline at end of file +For how to write data and query data, please refer to and . + +For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). \ No newline at end of file diff --git a/docs/en/15-programming/01-connect/02-java.md b/docs/en/15-programming/01-connect/02-java.md index 5695a0c50f5a416f7304d02bb30fdb275c96e031..113311bc7a45b924e201390ff1a4451e1b7434ed 100644 --- a/docs/en/15-programming/01-connect/02-java.md +++ b/docs/en/15-programming/01-connect/02-java.md @@ -78,3 +78,5 @@ Code bellow get JDBC URL from environment variables first and then create a `Con ``` The client connection is then established. For how to write data and query data, please refer to and . + +For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). diff --git a/docs/en/15-programming/01-connect/03-go.md b/docs/en/15-programming/01-connect/03-go.md index 44c790997937445158ab1b443a2521991d92a931..c377366affb8c358b8faac42db5ec6a70fe2041b 100644 --- a/docs/en/15-programming/01-connect/03-go.md +++ b/docs/en/15-programming/01-connect/03-go.md @@ -80,4 +80,6 @@ Finally, test the connection: go run main.go ``` -The client connection is then established. For how to write data and query data, please refer to and . \ No newline at end of file +The client connection is then established. For how to write data and query data, please refer to and . + +For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). \ No newline at end of file diff --git a/docs/en/15-programming/01-connect/04-rust.md b/docs/en/15-programming/01-connect/04-rust.md index 53ff2f9d6cd48ebada00ad08fd4a5592cef5560d..23e51383e5042766b1decf428aebbea380d75489 100644 --- a/docs/en/15-programming/01-connect/04-rust.md +++ b/docs/en/15-programming/01-connect/04-rust.md @@ -74,3 +74,5 @@ Copy following code to `main.rs`. Then you can execute `cargo run` to test the connection. For how to write data and query data, please refer to and . + +For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). diff --git a/docs/en/15-programming/01-connect/05-node.md b/docs/en/15-programming/01-connect/05-node.md index 6321c3c4073a656562f4db5f1ed06eee0362d76a..efd781fc460dbe9a26f2ab350de6b63e80974220 100644 --- a/docs/en/15-programming/01-connect/05-node.md +++ b/docs/en/15-programming/01-connect/05-node.md @@ -59,4 +59,6 @@ To obtain the value of cloud token and URL, please log in [TDengine Cloud](https {{#include docs/examples/node/connect.js}} ``` -For how to write data and query data, please refer to and . \ No newline at end of file +For how to write data and query data, please refer to and . + +For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). \ No newline at end of file diff --git a/docs/en/15-programming/01-connect/06-csharp.md b/docs/en/15-programming/01-connect/06-csharp.md index 1a1e6639b962a0e890fdf4537f9e4ec74dadab3a..1c67a345b1ae2a180c84c3ce55ee06cc6d5e7709 100644 --- a/docs/en/15-programming/01-connect/06-csharp.md +++ b/docs/en/15-programming/01-connect/06-csharp.md @@ -64,4 +64,6 @@ Replace with real TDengine cloud DSN. To obtain the real value, please l {{#include docs/examples/csharp/cloud-example/connect/Program.cs}} ``` -The client connection is then established. For how to write data and query data, please refer to and . \ No newline at end of file +The client connection is then established. For how to write data and query data, please refer to and . + +For more details about how to write or query data via REST API, please check [REST API](https://docs.tdengine.com/cloud/programming/connector/rest-api/). \ No newline at end of file