🇺🇦 |
This module is maintained by Ukrainian developers. Please consider supporting Ukraine in a fight for their freedom and safety of Europe. |
This module creates API endpoints for ActiveNet. After enabling the module, you should be able to input the config into the admin and use the ActiveNetClient class.
1. Enter ActiveNet creds at admin/openy/integrations/activenet/settings
2. In your theme.theme file or a custom module:
```
use Drupal\activenet\ActiveNetClient;
$client = new $ActiveNetClient();
$centers = $ActiveNetClient->getCenters();
print_r($centers); //returns json response of all centers
```
All available methods:
```
getSites()
getCenters()
getActivities()
getActivityTypes()
getActivityCategories()
getActivityOtherCategories()
getFlexRegPrograms()
getFlexRegProgramTypes()
getMembershipPackages()
getMembershipCategories()
getActivityDetail($id)
```
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.No further development
No longer developed by its maintainers.- Project categories: Decoupled, E-commerce, Import and export
- Ecosystem: YMCA Website Services (former Open Y) Community Edition, Activity Finder, Virtual Y YN fork
39 sites report using this module
- Created by podarok on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.




