1Password/connect-sdk-python

new_client_from_environment() is missing 'token' argument

mjpieters opened this issue · 0 comments

The docstring for client.new_client_from_environment() states it takes a token argument:

    Parameters:
    url: The url of the 1Password Connect API
    token: The 1Password Service Account token

but there is no token argument, only a url argument. Either update the documentation or add the argument to the function.