You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to use basic auth with your username and password. You can also use a personal access token instead of your password. See [Using personal access tokens](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html) for more information.
156
+
157
+
Create a new API token here: https://id.atlassian.com/manage-profile/security/api-tokens
158
+
159
+
```php
160
+
use CloudPlayDev\ConfluenceClient\ConfluenceClient;
161
+
162
+
$client = new ConfluenceClient('https://xxxxxxxx.atlassian.net/wiki/');
0 commit comments