1Password / connect-sdk-python

Python SDK for 1Password Connect
https://developer.1password.com/docs/connect
MIT License
200 stars 31 forks source link

new_client_from_environment() is missing 'token' argument #88

Open mjpieters opened 1 year ago

mjpieters commented 1 year ago

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.