Module API Commands
Here is a listing of API classes available for access in custom modules. They are essentially the model classes listed in /system/application/models folder. Each API class function must be accessed using the following example syntax:
$this->members_api->_get_member_details($data['member_id']);
Where members is the name of the API and _get_member_details is the API command to run.
API Classes Available For Use
- Affiliate Marketing
- Commissions
- Content
- Coupons
- Invoices
- Members
- Products
