diff -r 665c3ea02d35 -r b218238e76b9 doc/tmpl/current.html --- a/doc/tmpl/current.html Fri Mar 30 16:39:12 2012 +0200 +++ b/doc/tmpl/current.html Mon Apr 23 21:38:30 2012 +0200 @@ -5,66 +5,91 @@ xmlns:py="http://genshi.edgewall.org/"> - API docs + api docs current - API Dokumentation + API Documentation

- +

    -
  1. 1. Einführung
  2. +
  3. 1. Intro
  4. 2. - Interfaces -
      -
    1. 2.1 XML-RPC
    2. -
    + Interfaces +
      +
    1. 2.1 XML-RPC
    2. +
    3. 2.2 SOAP
    4. +
    5. 2.3 JSON
    6. +
    7. 2.4 JSONP
    8. +
  5. 3. - Methoden + Methods
    1. 3.${key+1} ${method.title}
  6. +
-

Einführung

+

Intro

- Die Iro API enthält Funktion, die für den Massenversand nützlich sind. + Iro API has many methods, that are usefull if you want to send a bunch of messages. This Site describes the API for Iro 1.0.

Interfaces

- Die Iro API stellt zur Zeit nur ein Interfaces bereit. + You can use diffrent interfaces to get to same result.

XML-RPC

- Interface-URI: https://<benutzer>:<passwort>@localhost:8000 + Interface-URI: http://localhost:8000/xmlrpc +

+
+
+

SOAP

+

+ Interface-URI: http://localhost:8000/soap +

+
+
+

JSON

+

+ Interface-URI: http://localhost:8000/json/<methode>

- Die aufgerufene Methode wird dabei im <methodName /> übergeben. + Not yet implementet +

+
+
+

JSONP

+

+ Interface-URI: http://localhost:8000/jsonp/<methode>?callback=<callback> +

+

+ Not yet implementet

-

Methoden

+

Methods

${method.title}

${method.name}${method.func_line}

- Diese Methode at bis jetzt noch keine Beschreibung. + No description

Parameter
- - - + + + @@ -76,13 +101,13 @@
ParameterTypBeschreibungparametertypedescription
-
Ausgabe
+
Return
- - - + + +
ParameterTypBeschreibungparametertypedescription