ROI Solutions provides a service for interaction with the ROI Solutions
APIS. Note the REST API is the only currently supported API service.
REQUIREMENTS
This module requires the following modules:
- Key - For storing API username and password.
INSTALLATION
Install as you would normally install a contributed Drupal module. See Installing Modules for details.
CONFIGURATION
Configure API authentication settings by navigating to Configuration > ROI Solutions > REST API (/admin/config/roisolutions/settings/rest-api).
USAGE
The ROI Solutions module provides a single service -- the REST API client.
/** @var \Drupal\roisolutions\RestApi $client */
$restApi = Drupal::service('roisolutions.rest_api');
$donor = $restApi->getClient()->getDonor("123456");
SUPPORT REQUESTS
- Before posting a support request, carefully read the installation instructions provided in module documentation page.
- Before posting a support request, check the Recent Log entries at
/admin/reports/dblog. - Once you have done this, you can post a support request at module issue queue: https://www.drupal.org/project/issues/roisolutions
- When posting a support request, please inform if you were able to see any errors in the Recent Log entries.
Supporting organizations:
Sponsored development
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsNo further development
No longer developed by its maintainers.- Project categories: Developer tools, Integrations
- Created by wells on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
1.0.0-alpha4
released 14 August 2024
Works with Drupal: ^9 || ^10 || ^11
Druapl 11 support
Install:
Development version: 1.0.x-dev updated 10 Aug 2024 at 18:10 UTC
