https://github.com/bluecadet/bc_api_base
Base for Bluecadet Drupal APIs
https://github.com/bluecadet/bc_api_base
drupal drupal-8 drupal-module module
Last synced: 6 months ago
JSON representation
Base for Bluecadet Drupal APIs
- Host: GitHub
- URL: https://github.com/bluecadet/bc_api_base
- Owner: bluecadet
- Created: 2020-01-21T18:59:46.000Z (about 6 years ago)
- Default Branch: 3.x
- Last Pushed: 2025-07-08T13:47:10.000Z (7 months ago)
- Last Synced: 2025-07-08T14:46:14.034Z (7 months ago)
- Topics: drupal, drupal-8, drupal-module, module
- Language: PHP
- Homepage:
- Size: 1.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BC Api Base
## Testing
`./vendor/bin/phpunit --configuration ./web/core --group bc_api --color --verbose --debug [FILE]`
If you have a full instal and after enabling the simpletest module: (Login seems to have a bug for some reason...) [Be careful of deprecations!!]
`php web/core/scripts/run-tests.sh --url [LOCAL SITE URL] --module bc_api_base --verbose --color`
## Changelog
- Working on D11 compatibility
### 8.x-3.1.x
- Drupal 11 compatibility
- Removing Drupal 9 compatibility
### 8.x-3.0.0
- Added Drupal 10 compatibility
- Code Style changes
- Marking API Docs module as (Experimental)
### 8.x-2.0.2
- Fixed Deprecated drupal_set_message() func
### 8.x-2.0.1
- Update readme
- Fix OnException Backwards compatibility with Drupal 8
- Update Drupal module versions appropriatly
### 8.x-2.0.0
- Prepare for Drupal 9 compatability
- Tweak Cinder Allowed Tags
- Updates for COmposer V2