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