Difference between revisions of "+ Developer Guide Overview"

From OSNEXUS Online Documentation Site
Jump to: navigation, search
m (Supported Languages)
m (Supported Languages)
Line 6: Line 6:
 
* C/C++ - libcurl [http://curl.haxx.se/libcurl/]
 
* C/C++ - libcurl [http://curl.haxx.se/libcurl/]
 
* Python - PyCurl [http://pypi.python.org/pypi/pycurl]
 
* Python - PyCurl [http://pypi.python.org/pypi/pycurl]
* Unix/Linux/VMware/XenServer - curl [http://php.net/manual/en/book.curl.php]
+
* Unix/Linux/VMware/XenServer scripting - curl [http://curl.haxx.se/docs/httpscripting.html]
 
* PHP curl - [http://php.net/manual/en/book.curl.php]
 
* PHP curl - [http://php.net/manual/en/book.curl.php]
  

Revision as of 12:14, 23 August 2012

QuantaStor was designed from the ground up so that you can develop your own applications to remotely manage your storage systems.

Supported Languages

You can use just about any programming language you like to communicate with QuantaStor via our RESTful API. Recommended tools:

  • C/C++ - libcurl [1]
  • Python - PyCurl [2]
  • Unix/Linux/VMware/XenServer scripting - curl [3]
  • PHP curl - [4]

Async vs. Sync API calls

Task Monitoring

Supported SOAP / WebServices Implementations

  • gSOAP (C++, all platforms)
  • Apache Axis (Java, all platforms)
  • .NET (C# & Visual Basic, Windows)