Personal tools

From HEXONET Wiki

Jump to: navigation, search
(Graphical mode)
(Graphical mode)
 
(4 intermediate revisions by one user not shown)
Line 35: Line 35:
  
 
===Windows===
 
===Windows===
No installation needed, just unzip the ZIP file and start "ispapi.exe".  
+
No installation needed, unzip the ZIP file and launch "ispapi.exe".  
 
<br><br>
 
<br><br>
  
Line 41: Line 41:
 
Open the "ispapi_latest.dmg" and drag and drop the "ispapi" application file where you want.
 
Open the "ispapi_latest.dmg" and drag and drop the "ispapi" application file where you want.
 
<br><br>
 
<br><br>
[[File:Climacos1.png|500px|Mac OS installer]]
+
[[File:Climacos1.png|300px|Mac OS installer]]
 
<br><br>
 
<br><br>
 
  
 
==Use==
 
==Use==
Line 76: Line 75:
 
===Windows===
 
===Windows===
 
====Graphical mode====
 
====Graphical mode====
Start the "ispapi.exe" application or call it via the command-line:  
+
Launch the "ispapi.exe" application or launch it over the command-line:  
 
<code>ispapi.exe --gui</code><br><br>
 
<code>ispapi.exe --gui</code><br><br>
  
Line 104: Line 103:
 
===Mac OS===
 
===Mac OS===
 
====Graphical mode====
 
====Graphical mode====
Start the "ispapi" application or call it via the command-line:<br>
+
Launch the "ispapi" application or launch it over the command-line:<br>
 
<code>cd ispapi.app/Contents/Resources/</code><br>
 
<code>cd ispapi.app/Contents/Resources/</code><br>
 
<code>./ispapi.py --gui</code><br><br>
 
<code>./ispapi.py --gui</code><br><br>

Latest revision as of 12:22, 21 August 2014

ISPAPI Command-line interface


Contents


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.

[edit] Download

[edit] Linux (Ubuntu and Debian)

Latest version: ISPAPI Command-line interface (Version 1.0.4, 2014-08-21)

[edit] Windows

Latest version: ISPAPI Command-line interface (Version 1.0.4, 2014-08-21)

[edit] Mac OS

Latest version: ISPAPI Command-line interface (Version 1.0.4, 2014-08-21)


[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.

Ubuntu Software-Center

[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.

Mac OS installer

[edit] Use

[edit] Linux

[edit] Graphical mode

ispapi --gui

ISPAPI Command-line interface - Graphical mode

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

ISPAPI Commandline interface - Shell based mode

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

ISPAPI Command-line interface - Graphical mode

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

ISPAPI Commandline interface - Shell based mode

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

ISPAPI Command-line interface - Graphical mode

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

ISPAPI Commandline interface - Shell based mode

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