This module require Composer Manager & Xautoload (version >5.0).

After you install these module and configure Composer Manager, then run this in the composer directory:

composer require guzzlehttp/guzzle

How to Use

Setup and authorize the module here: /admin/config/services/act

API CALL

The callApi method can take up to three parameters, only the endpoint is required.

1. The endpoint as defined in your act! API Swagger page: https://actforweb.actops.com/act.web.api/swagger/index.html
2. Options to add to the header / body call. This is usually used in a POST request. Defaults to an empty array.
4. The method of the call. Defaults to GET.

Example of how to use this functionality:


function whatever() {
  $act = new ActApi();

  // This will return an array on success or NULL if it fails
  $api = $act->callApi('/api/users');
}
Supporting organizations: 

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Project categories: Integrations
  • Created by labboy0276 on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    There are currently no supported stable releases.

Releases