Downloads
Download tar.gz
14.28 KB
MD5: 4207237cbaaa2c558a91c4e5cf8d853d
SHA-1: a5b1e33c34e5974801414d0475986fd1325c19e8
SHA-256: 4f74746977ad7ed8f10e7b45cd335a580b5bf782fc2d7af795990f33087e014b
Download zip
16.63 KB
MD5: 6f4f4ef95dd8995cccaac74006b06b45
SHA-1: c61e7f70e207dce3d828e24df6c8b24f253ceb4a
SHA-256: 1ac8f703e331893969c6ddb8b64f4341be065df403cae343f30a919464aa7e94
Release notes
Changes since 6.x-1.0-alpha1:
- targeted actions use different formatting for REST calls, this is not taken into account when creating the examples. Also whether the method is CRUD, Action or Targeted Action is now being displayed for the user.
- removing the hard coded version number in the .info file
- adding support for targeted_actions
- working on the sample response for user/logout
- allow the server's response formatter to provide headers
- got the sample responses wrapping with CSS
- temporary fix for when there is no model provided when there should be in rest_server.inc
- moving the bulk of hook_services_resources_alter() to another file to reduce the footprint on other pages
- comment out the resource descriptions since services doesn't use only element_children()
- some arguments have no 'type' so we assume int... also added a few types init (which seems to be ints, probably a typo) and struct (using like an array)
- fix a changed function name and give some dummy data when there is no sample file
- handle if no response formatter has been chosen for the REST server