Closed zhifeiyue closed 1 year ago
It looks good to me but, before we merge it, would you mind to squash the commits into a single one and sign it?
ok, I just finished it.
@zhifeiyue the tests are complaining because line 67 is too long.
Thanks for your contribution!
Support token authentication for Confluence backend.
For Confluence Data Center or server editions, just use the personal access token:
perceval confluence 'http://[YOUR_CONFLUENCE_SITE]/' -t [PERSONAL_ACCESS_TOKEN]
For Confluence cloud:
perceval confluence -u 'someone@example.com' -t [API_TOKEN] 'https://[YOUR_SITE].atlassian.net/wiki'