Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download services-8.x-4.0-alpha1.tar.gztar.gz 19.36 KB
MD5: eabdfe7e24e3b6a995b48d0a4d5d1049
SHA-1: 29e97872a1b403f27ded4171122be12a3164e43e
SHA-256: 52bf78dd24da719fd6dae0c88b6e2cc8f591eb3f60b99f08b0c875b5baa8ac24
Download services-8.x-4.0-alpha1.zipzip 38.75 KB
MD5: 0595baa296ab97a8b3996e425d65bf7c
SHA-1: 208b57f6730b699bc4dac477536d61ce7e3f7673
SHA-256: 3b2bc48c638061b6ee27e6814aa7ad602d41817057a2043681bbee71ffbfeb7a

Release notes

Initial alpha Release of Services 4.x

Features

- All API calls can be behind a single URL. http://example.com/mycustomapi/node/1
- Content negotiation. Accept:application/json works! ?_format=json also works.
- Supports core serializers
- Plays nicely with Caches, i.e. on node save/edit the cache is busted so the api receives most up to date information
- Provides plugin system to enable your own actions/resources, which are now called Services Definitions
- Entity Get, Entity Delete, Entity Create, Entity Update, Entity View, User Login and UserLogout supported by core services.
- Config Entities are supported by the Entity Service Definitions.

What to test:

-Endpoint creation
-Custom ServiceDefintions
-Custom Errors
-Entity Creation

Created by: kylebrowning
Created on: 12 Nov 2015 at 18:50 UTC
Last updated: 12 Jan 2016 at 17:38 UTC
New features

Other releases