https://github.com/zviryatko/adyax_test
Test module for Adyax company.
https://github.com/zviryatko/adyax_test
Last synced: about 1 year ago
JSON representation
Test module for Adyax company.
- Host: GitHub
- URL: https://github.com/zviryatko/adyax_test
- Owner: zviryatko
- Created: 2016-07-01T13:07:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T13:36:28.000Z (almost 10 years ago)
- Last Synced: 2025-02-16T12:57:41.019Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adyax Test #
Drupal 8 module with simple REST implementation.
## DO NOT USE IN PRODUCTION ##
Module does NOT contain:
* access/permissions check
* csrf token for post requests
* integration with any other modules like REST or Services
* dynamically adding of new fields that added through admin ui or code, it locked only to title, type and body
* complex data validation, it uses default node mechanism `$node->validate()`