You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
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 doclient.set_private_key(private_key)
Originally posted by @wakamex in #16 (comment)
The text was updated successfully, but these errors were encountered: