Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
81.52 KB
MD5: 29110697d535610519346c802c7ce7c8
SHA-1: d997a11ecd477f8c3a4d465e57029fa858700e87
SHA-256: 8ff12a3bd97957ca952d2b232b8690e565a04ba914f2e3e63916625d2357dd7d
Download zip
113.54 KB
MD5: e8adcf4ae3e725f0b6fac25ebb867766
SHA-1: 99277aacb525bd86840e6ea47b0eedf95938fe1d
SHA-256: d21fe8d03e74653150828324aac65ce5a0cbdc5bede588185404e5b1552860de
Release notes
Its finally here.
Features:
- Service API allow modules to create other services, including pluggable access control
- Server API allow modules to create other servers, such as SOAP, JSONRPC, etc
- Aliasing methods
- Integration with core Drupal functionality like files, nodes, taxonomy, users, files and more.
- Response format API allows you to define response Formats for CONTENT-TYPE ie. application/json or application/xml. (also calls such as ENDPOINT/node/1.json work)
- Pluggable/Alterable response formats for REST Server
- Authentication hooks for pluggable authentication systems
- Over 100 hooks for altering and modifying services to meet your needs.
Requirments:
- ctools