From 1a89d3e49421faf4ab08d5724c6e15a501e3a222 Mon Sep 17 00:00:00 2001 From: John Parejko Date: Tue, 15 Dec 2020 01:45:15 -0800 Subject: [PATCH] document interactive and keyring connect kwargs --- panoptes_client/panoptes.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panoptes_client/panoptes.py b/panoptes_client/panoptes.py index 463751c4..4eed7e26 100644 --- a/panoptes_client/panoptes.py +++ b/panoptes_client/panoptes.py @@ -93,6 +93,9 @@ def connect(cls, *args, **kwargs): - **username** is your Zooniverse.org username. - **password** is your Zooniverse.org password. + - **login** == "interactive" will prompt for the Zooniverse.org + username and password, while "keyring" will get the login + credentials from the python keyring. - **endpoint** is the HTTP API endpoint you'd like to connect to. Defaults to **https://www.zooniverse.org**. Should not include a trailing slash.