Skip to main content
[2020-04-11]

ContribKanban v3, 2020 update

#contribkanban #drupal #jsonapi

Every year I dedicate a block of time to provide new features and improve ContribKanban, beyond regular maintenance to keep dependencies up to date. This year brings some significant changes, which I am excited about!

[2017-10-28]

Using JSON API to query your Search API indexes

#drupal #jsonapi #search api
The JSON API module is becoming wildly popular for in Drupal 8 as an out of the box way to provide an API server. Why? Because it implements the {json:api} specification. It’s still a RESTful interface, but the specification just helps bring an open standard for how data should be represented and requests should be constructed. The JSON API module exposes collection routes, which allows retrieving multiple resources in a single request.