CiviCRM::Client - Client library for the CiviCRM API


CiviCRM-Client-REST documentation Contained in the CiviCRM-Client-REST distribution.

Index


Code Index:

NAME

Top

CiviCRM::Client - Client library for the CiviCRM API

This Perl module provides a wrapper around the REST web services exposed by CiviCRM. It makes interacting with CiviCRM from Perl scripts much simpler.

SYNOPSIS

Top

See the docs for CiviCRM::Client::REST for the details on how to use this module in your code.


CiviCRM-Client-REST documentation Contained in the CiviCRM-Client-REST distribution.

package CiviCRM::Client;

# For now we just use the REST client implementation since it's the only one
use CiviCRM::Client::REST;

1;