xero-8.x-2.x-dev/examples/xero_example.module
examples/xero_example.module
<?php
/**
* @file
* Xero example module.
*/
/**
* @defgroup xero_example Example: Xero API
* @ingroup examples
* @{
* Outlines how a module can use Xero API.
*
* The Xero API module provides an interface to get and post data to the Xero
* Accounting service. You can integrate your Accounts Receivable, Accounts
* Payable, Bank Reconciliation and Customer/Employee Management.
*
* The xero_example module provides developer documentation to
*
* 1. Fetch simple data from the Xero API and display it on a page.
* 2. Post a simple data type using the Xero Form API helper.
* 3. Post a more complex data type.
*
* This module is hidden from being enabled, and you should not enable it in
* production.
*/
/**
* @} End of "defgroup xero_example".
*/
