The ASM module provides read-only integration with Animal Shelter Manager.
This module is written to work with v40 of the Animal Shelter Manager. Shelter Manager's web services changed from v39 to v40.
We recommend using composer for installing this module. Right now, this module is still a sandbox project, so you will need to explicitly add this repository to your composer.json.
Main development for this module is on Github. The Drupal.org repository is downstream from Github.
"repositories": [
{
"type": "package",
"package": {
"name": "City-of-Bloomington/asm",
"type": "drupal-module",
"version": "dev",
"source": {
"type": "git",
"url": "https://github.com/City-of-Bloomington/drupal-module-asm",
"reference": "8.x-1.x"
}
}
}
]