https://github.com/chapter-three/test_api
A very simple module that demonstrates implementation of a custom RESTful API in Drupal 8
https://github.com/chapter-three/test_api
Last synced: 2 days ago
JSON representation
A very simple module that demonstrates implementation of a custom RESTful API in Drupal 8
- Host: GitHub
- URL: https://github.com/chapter-three/test_api
- Owner: chapter-three
- License: gpl-2.0
- Created: 2016-04-18T19:16:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T03:52:13.000Z (over 5 years ago)
- Last Synced: 2025-04-30T10:42:44.440Z (2 days ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 31
- Watchers: 6
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Custom RESTful API in Drupal 8
This is a very simple module that demonstrates implementation of a custom RESTful API in Drupal 8
The module example supports GET/POST/PUT/DELETE methods. The module doesn't have authentication.
Blog post: https://www.chapterthree.com/blog/custom-restful-api-drupal-8
Module developed by [Minnur Yunusov](https://www.minnur.com) at [Chapter Three](https://www.chapterthree.com)