We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docstring for client.new_client_from_environment() states it takes a token argument:
client.new_client_from_environment()
token
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.
url
The text was updated successfully, but these errors were encountered:
Remove token from create from env doc. Fixes 1Password#88.
6346030
No branches or pull requests
The docstring for
client.new_client_from_environment()
states it takes atoken
argument:but there is no token argument, only a
url
argument. Either update the documentation or add the argument to the function.The text was updated successfully, but these errors were encountered: