Simple REST API
Categories
Component ID
2335283
Component name
Simple REST API
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Simple REST API offers Drupal 8 style REST API for reading, creating, updating and deleting nodes. You can make your systems to support Drupal 8 before actually updating Drupal.
Properties
- supports HTTP basic authentication
- uses HAL/JSON as the data format
- respects node rights by use of node_access()
- very minimalistic error handling
Differences to other REST modules
- Due to simplicity code is easy to understand and offers start point for other use cases
- Accepts same data than Drupal 8
Authentication and basic request handling is from Services module.
