We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1507e commit e2c643fCopy full SHA for e2c643f
1 file changed
RESTAPIphpListClient.php
@@ -10,8 +10,8 @@
10
11
//Please replace the following values with yours.
12
$loginname = 'admin';
13
-$password = 'admin1234';
14
-$base_uri = 'http://10.211.55.4:81/lists/base/public/api/v2';
+$password = 'phplist';
+$base_uri = 'http://example.com/lists/base/public/api/v2';
15
16
try {
17
$response = $client->request('POST', $base_uri . '/sessions', [
0 commit comments