Skip to content

Conversation

@modelrockettier
Copy link
Contributor

The docs currently say to use the "cookie" parameter for cookie authentication, but the code actually uses the "cookies" parameter (plural).

See

def __init__(self, url, username=None, password=None, timeout=60, api_root='rest/api', api_version='latest',
verify_ssl=True, session=None, oauth=None, cookies=None, advanced_mode=None, kerberos=None,
cloud=False, proxies=None):

Cookie authentication uses the "cookies" parameter, not "cookie".

See atlassian/rest_client.py
@gonchik gonchik merged commit b938b1f into atlassian-api:master Aug 21, 2020
@gonchik
Copy link
Member

gonchik commented Aug 21, 2020

Thank you! :)
That's great to see all polishes

@modelrockettier modelrockettier deleted the patch-1 branch August 21, 2020 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants