Skip to content
New issue

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

add set_private_key method to update a client to enable authenticated endpoints. #17

Open
8ball030 opened this issue Jun 20, 2024 · 0 comments

Comments

@8ball030
Copy link
Owner

          i just picked that line to show that there's currently only one way to set the private key, at init time

would be nice if it could be added after init, so we can add it without having to re-instantiate? i guess a minor benefit

instead of client = client(private_key,...) to access private functions you could do client.set_private_key(private_key)

Originally posted by @wakamex in #16 (comment)

@8ball030 8ball030 changed the title i just picked that line to show that there's currently only one way to set the private key, at init time add set_private_key method to update a client to enable authenticated endpoints. Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant