From 4b7b7e580e35d925084127fbbba740fd25762dd9 Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Mon, 2 Sep 2024 19:37:44 +0300 Subject: [PATCH] Cleanup naming --- README.md | 6 +++--- src/DataPoint.php | 2 +- src/Exception/OpenTsdbConnectionException.php | 2 +- src/Exception/OpenTsdbException.php | 2 +- src/Exception/OpenTsdbExceptionInterface.php | 2 +- src/OpenTsdbClient.php | 2 +- src/SendDataPointListResponse.php | 2 +- test/Integration/OpenTsdbClientTest.php | 2 +- test/Unit/DataPointTest.php | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 19c8488..a4c81bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenTSDB PHP HTTP API Client +# PHP OpenTSDB HTTP API Client

Discord @@ -57,7 +57,7 @@ $openTsdbClient = new \Cog\OpenTsdbClient\OpenTsdbClient( 'http_errors' => false, ], ), - baseUri: 'http://localhost:4242', + baseUri: 'http://opentsdb:4242', ); $openTsdbClient->sendDataPointList($dataPointList); @@ -71,7 +71,7 @@ $openTsdbClient->sendDataPointList($dataPointList); ## License -- `OpenTSDB PHP Client` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev]. +- `PHP OpenTSDB HTTP API Client` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev]. ## 🌟 Stargazers over time diff --git a/src/DataPoint.php b/src/DataPoint.php index 328db07..d2c08f4 100644 --- a/src/DataPoint.php +++ b/src/DataPoint.php @@ -1,7 +1,7 @@ * diff --git a/src/Exception/OpenTsdbConnectionException.php b/src/Exception/OpenTsdbConnectionException.php index 8ed9f0e..048febc 100644 --- a/src/Exception/OpenTsdbConnectionException.php +++ b/src/Exception/OpenTsdbConnectionException.php @@ -1,7 +1,7 @@ * diff --git a/src/Exception/OpenTsdbException.php b/src/Exception/OpenTsdbException.php index 0e9c4bb..f7b099d 100644 --- a/src/Exception/OpenTsdbException.php +++ b/src/Exception/OpenTsdbException.php @@ -1,7 +1,7 @@ * diff --git a/src/Exception/OpenTsdbExceptionInterface.php b/src/Exception/OpenTsdbExceptionInterface.php index 2919e9b..0f86463 100644 --- a/src/Exception/OpenTsdbExceptionInterface.php +++ b/src/Exception/OpenTsdbExceptionInterface.php @@ -1,7 +1,7 @@ * diff --git a/src/OpenTsdbClient.php b/src/OpenTsdbClient.php index 94da8cf..156f2af 100644 --- a/src/OpenTsdbClient.php +++ b/src/OpenTsdbClient.php @@ -1,7 +1,7 @@ * diff --git a/src/SendDataPointListResponse.php b/src/SendDataPointListResponse.php index f0fec4d..0c6a214 100644 --- a/src/SendDataPointListResponse.php +++ b/src/SendDataPointListResponse.php @@ -1,7 +1,7 @@ * diff --git a/test/Integration/OpenTsdbClientTest.php b/test/Integration/OpenTsdbClientTest.php index baac08d..3192250 100644 --- a/test/Integration/OpenTsdbClientTest.php +++ b/test/Integration/OpenTsdbClientTest.php @@ -1,7 +1,7 @@ * diff --git a/test/Unit/DataPointTest.php b/test/Unit/DataPointTest.php index 8bd5c7a..7dad664 100644 --- a/test/Unit/DataPointTest.php +++ b/test/Unit/DataPointTest.php @@ -1,7 +1,7 @@ *