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
Currently the update method returns a new object, but it should also update itself.
update
The text was updated successfully, but these errors were encountered:
After looking into it further, calling update can be used the update an attribute. So we should introduce an extra reload method.
reload
Sorry, something went wrong.
That would be very useful, right now I do action = hcloud.actions[action.id].
action = hcloud.actions[action.id]
Howdy, i'm actually rewriting the whole code base, i assume this will be fixed soon
I'd be happy to test a pre-release, if that is helpful for you.
No branches or pull requests
Currently the
update
method returns a new object, but it should also update itself.The text was updated successfully, but these errors were encountered: