Skip to content

Commit 4d08828

Browse files
committed
Cleanup naming
1 parent 71a5486 commit 4d08828

9 files changed

+11
-11
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenTSDB PHP HTTP API Client
1+
# PHP OpenTSDB HTTP API Client
22

33
<p align="center">
44
<a href="https://discord.gg/A8Phy8yJH6"><img src="https://img.shields.io/static/v1?logo=discord&label=&message=Discord&color=36393f&style=flat-square" alt="Discord"></a>
@@ -57,7 +57,7 @@ $openTsdbClient = new \Cog\OpenTsdbClient\OpenTsdbClient(
5757
'http_errors' => false,
5858
],
5959
),
60-
baseUri: 'http://localhost:4242',
60+
baseUri: 'http://opentsdb:4242',
6161
);
6262

6363
$openTsdbClient->sendDataPointList($dataPointList);
@@ -71,7 +71,7 @@ $openTsdbClient->sendDataPointList($dataPointList);
7171

7272
## License
7373

74-
- `OpenTSDB PHP Client` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev].
74+
- `PHP OpenTSDB HTTP API Client` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev].
7575

7676
## 🌟 Stargazers over time
7777

src/DataPoint.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of OpenTSDB PHP Client.
4+
* This file is part of PHP OpenTSDB HTTP API Client.
55
*
66
* (c) Anton Komarev <[email protected]>
77
*

src/Exception/OpenTsdbConnectionException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of OpenTSDB PHP Client.
4+
* This file is part of PHP OpenTSDB HTTP API Client.
55
*
66
* (c) Anton Komarev <[email protected]>
77
*

src/Exception/OpenTsdbException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of OpenTSDB PHP Client.
4+
* This file is part of PHP OpenTSDB HTTP API Client.
55
*
66
* (c) Anton Komarev <[email protected]>
77
*

src/Exception/OpenTsdbExceptionInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of OpenTSDB PHP Client.
4+
* This file is part of PHP OpenTSDB HTTP API Client.
55
*
66
* (c) Anton Komarev <[email protected]>
77
*

src/OpenTsdbClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of OpenTSDB PHP Client.
4+
* This file is part of PHP OpenTSDB HTTP API Client.
55
*
66
* (c) Anton Komarev <[email protected]>
77
*

src/SendDataPointListResponse.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of OpenTSDB PHP Client.
4+
* This file is part of PHP OpenTSDB HTTP API Client.
55
*
66
* (c) Anton Komarev <[email protected]>
77
*

test/Integration/OpenTsdbClientTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of OpenTSDB PHP Client.
4+
* This file is part of PHP OpenTSDB HTTP API Client.
55
*
66
* (c) Anton Komarev <[email protected]>
77
*

test/Unit/DataPointTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of OpenTSDB PHP Client.
4+
* This file is part of PHP OpenTSDB HTTP API Client.
55
*
66
* (c) Anton Komarev <[email protected]>
77
*

0 commit comments

Comments
 (0)