API Documentation/en

Aus EUserv Wiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
[[Kategorie:Domain/en]]
[[Kategorie:Domain/en]]
-
= EUserv Reseller API Developer Guide and Reference =
 
-
----
 
__TOC__
__TOC__
-
== EUserv Reseller API ==
+
= EUserv Reseller API =
-
=== Introduction ===
+
----
-
==== Technology ====
+
== Introduction ==
 +
=== Technology ===
Our API is based on the XML-RPC protocol, which is a Remote Procedure Calling protocol that works over the Internet.
Our API is based on the XML-RPC protocol, which is a Remote Procedure Calling protocol that works over the Internet.

Version vom 09:30, 31. Aug. 2012

Inhaltsverzeichnis


EUserv Reseller API


Introduction

Technology

Our API is based on the XML-RPC protocol, which is a Remote Procedure Calling protocol that works over the Internet.

XML-RPC messages are HTTP-POST requests in XML (Extensible Markup Language).

A “method call” will be executed on the server and will produce a response, which is also formatted in XML and which can be decoded into several variables.
Method call parameters and returned variables can be strings, integers (numbers) and also complex types like arrays and hashes. Required parameters and return values are method-specific. Some parameters or return values are marked as “optional”; all other values/parameters are required.