docs: docstring change

This commit is contained in:
Seaswimmer 2023-12-20 23:51:47 -05:00
parent 95dd8465bd
commit 7c6219924e
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -12,10 +12,10 @@ class ZiplineApi:
Args:
hostname (str): The hostname of your Zipline instance, WITHOUT https or http.
token (str = None): String used for authentication when making requests.
ssl (bool = True): Normally set to True, but if your Zipline instance doesn't use SSL/TLS, set this to False.
enforced_signing (bool = True): Normally set to True, but if having SSL/TLS cert validation issues, can turn off with False.
logger (logging.Logger = None): If your app has a logger, pass it in here.
token (str): String used for authentication when making requests.
ssl (bool): Normally set to True, but if your Zipline instance doesn't use SSL/TLS, set this to False.
enforced_signing (bool): Normally set to True, but if having SSL/TLS cert validation issues, can turn off with False.
logger (logging.Logger): If your app has a logger, pass it in here.
"""
def __init__(
self,