api docs current API Documentation

  1. 1. Intro
  2. 2. Interfaces
    1. 2.1 XML-RPC
    2. 2.2 SOAP
    3. 2.3 JSON
    4. 2.4 JSONP
  3. 3. Methods
    1. 3.${key+1} ${method.title}

Intro

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

You can use diffrent interfaces to get to same result.

XML-RPC

Interface-URI: http://localhost:8000/xmlrpc

SOAP

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

JSON

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

Not yet implementet

JSONP

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

Not yet implementet

Methods

${method.title}

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

No description

Parameter
parameter type description
${arg.name} ${arg.typ} ${arg.description}
Return
parameter type description
${arg.name} ${arg.typ} ${arg.description}