-
Notifications
You must be signed in to change notification settings - Fork 37
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
Documentation, ACTUAL documentation of how to use the library #35
Comments
First of all, I completely agree that this library needs better documentation and also better packaging.
You can look at the Lines 211 to 229 in e3e20a8
In terms of determining whether it was successfully set, first of all you get an exception if the POST on |
I was in hurry to look for a way to get some info from Hetzner using command-line. I don't want PHP so I tried this library. Sadly the documentation is really lacking. I put my notes here, hope that it could save some time and frustration for people in similar situation. # install:
pip3 install hetzner
# create a minimal config file:
cat <<EOT > ~/.hetznerrc
[login]
username = abc
password = def
EOT
# list all my servers:
hetznerctl list
# show details of one server:
hetznerctl show 1.2.3.4 # 1.2.3.4 = IP of the server from previous command |
How does one actually use this library?
I got my RDNS kinda working, but the library does not output anything which can be used to determine if it was successful?
The text was updated successfully, but these errors were encountered: