Fork me on GitHub

REST module for Directory plugin

Overview

This module provides REST web services to access to directory's plugin data.

This module implements the 4 basic REST methods GET method and delivers data as XML or JSON format :

  • Method GET : delivers data as XML or JSON format
  • Method POST : create or complete a record
  • Method PUT : update a record
  • Method DELETE : delete a record