RESTful module for OpenX

Main Page

From RestOpenX

Jump to: navigation, search

RESTful module for OpenX

RestOpenX is REST based modul for OpenX Application.

How it works

It provides remote communication with OpenX using REST architecture.
REST is very light, fast and easy to use.

How the URL looks like

The rest URL:

http://api.restopenx.com/adv/2

How the output looks like

{
    "advertiserId": "1",
    "accountId": "3",
    "agencyId": "1",
    "advertiserName": "Advertiser No. 1",
    "contactName": "Peter Pan",
    "emailAddress": "office@restopenx.com",
    "comments": ""
}

Authentication

Rest OpenX module comes with HTTP Basic Authentication and it is integrated part of OpenX architecture. All created users in OpenX application can use Rest OpenX module without any configuration.

Example

You have example page where you can find examples to all remote calls.

Installation

Installation is quite easy, you only need to unpack one zip file. Details can be found on our instructions page

Price & Download

RestOpenX module costs 250 € . You can download it here

This page was last modified on 10 April 2012, at 10:10. This page has been accessed 5,299 times.