From HEXONET Wiki
(→Windows) |
(→Mac OS) |
||
(10 intermediate revisions by one user not shown) | |||
Line 12: | Line 12: | ||
==Download== | ==Download== | ||
===Linux (Ubuntu and Debian)=== | ===Linux (Ubuntu and Debian)=== | ||
− | '''Latest version:''' [https://www.hexonet.net/files/ispapi-cli/linux/ispapi_latest_all.deb ISPAPI Command-line interface (Version 1.0. | + | '''Latest version:''' [https://www.hexonet.net/files/ispapi-cli/linux/ispapi_latest_all.deb ISPAPI Command-line interface (Version 1.0.9, 2016-08-11)] |
<br><br> | <br><br> | ||
===Windows=== | ===Windows=== | ||
− | '''Latest version:''' [https://www.hexonet.net/files/ispapi-cli/win/ispapi_latest.zip ISPAPI Command-line interface (Version 1.0. | + | '''Latest version:''' [https://www.hexonet.net/files/ispapi-cli/win/ispapi_latest.zip ISPAPI Command-line interface (Version 1.0.8, 2015-06-12)] |
<br><br> | <br><br> | ||
===Mac OS=== | ===Mac OS=== | ||
− | '''Latest version:''' [https://www.hexonet.net/files/ispapi-cli/macos/ispapi_latest.dmg ISPAPI Command-line interface (Version 1.0. | + | '''Latest version:''' [https://www.hexonet.net/files/ispapi-cli/macos/ispapi_latest.dmg ISPAPI Command-line interface (Version 1.0.8, 2015-06-12)] |
<br><br> | <br><br> | ||
The latest release includes the following fixes: | The latest release includes the following fixes: | ||
<ul> | <ul> | ||
− | <li>GUI | + | <li>Fixed to work with Ubuntu 16.04</li> |
− | <li> | + | <li>Bug fixes in the command parsing</li> |
+ | <li>Clear button</li> | ||
+ | <li>New GUI - Split screen (command and response on the same screen)</li> | ||
+ | <li>Various usability optimizations</li> | ||
+ | <li>Copy/Paste functionality also working on MAC OS now</li> | ||
</ul> | </ul> | ||
<br> | <br> | ||
Line 58: | Line 62: | ||
<code>ispapi --gui</code><br><br> | <code>ispapi --gui</code><br><br> | ||
− | [[File: | + | [[File:linux_sc_106.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. | ||
Line 86: | Line 90: | ||
<code>ispapi.exe --gui</code><br><br> | <code>ispapi.exe --gui</code><br><br> | ||
− | [[File: | + | [[File:win_sc_106.JPG|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. | ||
Line 115: | Line 119: | ||
<code>./ispapi.py --gui</code><br><br> | <code>./ispapi.py --gui</code><br><br> | ||
− | [[File: | + | [[File:mac_sc_106.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. |
Latest revision as of 16:27, 12 August 2016
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.
Our new tool supports graphical and shell based mode and is available for LINUX, WINDOWS and MAC OS.
[edit] Download
[edit] Linux (Ubuntu and Debian)
Latest version: ISPAPI Command-line interface (Version 1.0.9, 2016-08-11)
[edit] Windows
Latest version: ISPAPI Command-line interface (Version 1.0.8, 2015-06-12)
[edit] Mac OS
Latest version: ISPAPI Command-line interface (Version 1.0.8, 2015-06-12)
The latest release includes the following fixes:
- Fixed to work with Ubuntu 16.04
- Bug fixes in the command parsing
- Clear button
- New GUI - Split screen (command and response on the same screen)
- Various usability optimizations
- Copy/Paste functionality also working on MAC OS now
[edit] Installation
[edit] Linux
[edit] Over shell
sudo dpkg -i ispapi_latest_all.deb
[edit] Over the Software-Center
Launch the downloaded "ispapi_latest_all.deb" file and install it.
[edit] Windows
No installation needed, unzip the ZIP file and launch "ispapi.exe".
[edit] Mac OS
Open the "ispapi_latest.dmg" and drag and drop the "ispapi" application file where you want.
[edit] Use
[edit] Linux
[edit] Graphical mode
ispapi --gui
Go to „Settings“ → „API Credentials“ and fill your credentials. They will be saved in a profile file.
[edit] 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
[edit] Windows
[edit] Graphical mode
Launch the "ispapi.exe" application or launch it over the command-line:
ispapi.exe --gui
Go to „Settings“ → „API Credentials“ and fill your credentials. They will be saved in a profile file.
[edit] Shell based mode
ispapi.exe --login=test.user --password=test.passw0rd --entity=1234 [command]
More details available with: ispapi.exe --help
Example:
ispapi.exe --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.exe [command]
Example:
ispapi.exe checkdomain mydomain.com
[edit] Mac OS
[edit] Graphical mode
Launch the "ispapi" application or launch it over the command-line:
cd ispapi.app/Contents/Resources/
./ispapi.py --gui
Go to „Settings“ → „API Credentials“ and fill your credentials. They will be saved in a profile file.
[edit] Shell based mode
cd ispapi.app/Contents/Resources/
./ispapi.py --login=test.user --password=test.passw0rd --entity=1234 [command]
More details available with: ./ispapi.py --help
Example:
./ispapi.py --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.py [command]
Example:
./ispapi.py checkdomain mydomain.com