Chose any task below and make sure to assign it to yourself either on Drupal.org or on GitHub.
type Recipe { | |
id: String! | |
title: String! | |
author: User! | |
} | |
type User { | |
id: String! | |
name: String! | |
recipes: [Recipe] | |
} |
<?php | |
/** | |
* Implements hook_entity_property_info_alter(). | |
*/ | |
function mymodule_entity_property_info_alter(&$info) { | |
// Add the uuid setter if not present. | |
foreach (entity_get_info() as $entity_type => $entity_info) { | |
if ( | |
!empty($entity_info['uuid']) |
This extension was developed as part of the jsonapi module for Drupal.
The JSON API specification is agnostic about how a server implements filtering strategies. In fact, the spec says:
Note: JSON API is agnostic about the strategies supported by a server. The
filter
query parameter can be used as the basis for any number of filtering strategies.
This extension was developed as part of the jsonapi module for Drupal.
It is possible for a server to have mixed success and error responses when dealing with a single or multiple entities at once. For instance, when generating collections of resource entities there is a chance that the GET operation results in a partial success. That is because each entity can generate errors independently from the other. In such scenarios the server MAY respond to the request with a partial success response.
Servers and clients MUST negotiate support for and use of the Partial Success extension as described in the base specification using partialsuccess
as the name of the extension.
==================================================================================================== | |
AUTHENTICATED | |
==================================================================================================== | |
>$ ab -v1 -k -c8 -n10 -A admin:admin http://d8dev.local/api/node/article/900b681b-581a-4624-9ff6-99cc865df429\?_format\=api_json\&include\=uid,uid.user_picture,field_tags | |
This is ApacheBench, Version 2.3 <$Revision: 1706008 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking d8dev.local (be patient).....done |
###Installing Apache 2.4 + PHP 5.6 + MySQL + SSL on Mac OS X Yosemite This is a TL;DR version of an upcoming blog entry for those who can read bash commands and scripts.
Presentation available at: https://docs.google.com/presentation/d/1Ehd1s-g_HXLvWq_8W5CyPdllDAC4HVo2_uxibCQJNR8/edit?usp=sharing
Images:
- http://www.publicdomainpictures.net/view-image.php?image=22061&picture=sea-foam-and-sand
- https://pixabay.com/photo-1114130/
- https://pixabay.com/photo-1081672/
- https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/RTFM_coffee_mug.jpg/1280px-RTFM_coffee_mug.jpg
- https://pixabay.com/p-1145678/?no_redirect
- https://pixabay.com/p-336505/?no_redirect
- https://www.flickr.com/photos/lwr/13442542235
I hereby claim:
- I am e0ipso on github.
- I am e0ipso (https://keybase.io/e0ipso) on keybase.
- I have a public key whose fingerprint is 1AC6 C4F0 DE21 355A 8D1F FE1E 3ED2 1A07 EE8E 660B
To claim this, I am signing this object: