From HEXONET Wiki
(→Shell based mode) |
|||
Line 1: | Line 1: | ||
{{Sidebar}} | {{Sidebar}} | ||
− | <div style="font-size: 160%;">ISPAPI | + | <div style="font-size: 160%;">ISPAPI Command-line interface</div> |
Line 6: | Line 6: | ||
− | ISPAPI is a new simple | + | ISPAPI is a new simple command-line interface connected with your Hexonet account allowing you to deal with the system via API Commands. ISPAPI is now available for LINUX and will be available for WINDOWS and MAC OS shortly. |
Our new tool supports graphical and shell based mode. | Our new tool supports graphical and shell based mode. | ||
Line 12: | Line 12: | ||
==DOWNLOAD== | ==DOWNLOAD== | ||
===LINUX VERSION for UBUNTU and DEBIAN=== | ===LINUX VERSION for UBUNTU and DEBIAN=== | ||
− | '''Latest version:''' [https://www.hexonet.net/files/ispapi-cli/ispapi_latest_all.deb ISPAPI | + | '''Latest version:''' [https://www.hexonet.net/files/ispapi-cli/ispapi_latest_all.deb ISPAPI Command-line interface (Version 1.0.3, 2014-08-18)] |
<br><br> | <br><br> | ||
==How to install it?== | ==How to install it?== | ||
Line 30: | Line 30: | ||
<code>ispapi --gui</code><br><br> | <code>ispapi --gui</code><br><br> | ||
− | [[File:cli.png|600px|ISPAPI | + | [[File:cli.png|600px|ISPAPI Command-line interface - Graphical mode]] |
<br><br> | <br><br> | ||
Go to „Settings“ → „API Credentials“ and fill your credentials. They will be saved in a profile file. | Go to „Settings“ → „API Credentials“ and fill your credentials. They will be saved in a profile file. |
Revision as of 09:41, 18 August 2014
Contents[hide] |
ISPAPI is a new simple command-line interface connected with your Hexonet account allowing you to deal with the system via API Commands. ISPAPI is now available for LINUX and will be available for WINDOWS and MAC OS shortly.
Our new tool supports graphical and shell based mode.
DOWNLOAD
LINUX VERSION for UBUNTU and DEBIAN
Latest version: ISPAPI Command-line interface (Version 1.0.3, 2014-08-18)
How to install it?
Over shell
sudo dpkg -i ispapi_latest_all.deb
Over the Software-Center
Launch the downloaded "ispapi_latest_all.deb" file and install it.
How to use it?
Graphical mode
ispapi --gui
Go to „Settings“ → „API Credentials“ and fill your credentials. They will be saved in a profile file.
Shell based mode
ispapi --login=test.user --password=test.passw0rd --entity=1234 [command]
More details available with: ispapi --help
Example:
ispapi --login=test.user --password=test.passw0rd --entity=1234 checkdomain mydomain.com
If you don't want to send your credentials with each queries, open the Graphical mode, go to „Settings“ → „API Credentials“ and fill your credentials. They will be saved in a profile file.
Once done, the saved credentials will be used for each queries and the query will look like:
ispapi [command]
Example:
ispapi checkdomain mydomain.com