Posts

Showing posts from November, 2018

All about APIs in Drupal8

node/1?_format=json restfult services in D8 => provides config entity https://dev.acquia.com/blog/decoupling-drupal-8-core-core-rest-hal-and-setting-up-drupal-as-a-web-services-provider/29/03/2018/19311 https://wimleers.com/blog/restless-week   https://drupal.stackexchange.com/questions/201800/how-to-expose-paging-data-in-rest-export-views   <entitytype><bundle><uuid> Look for data attributer in the response jsonapi/node/article/?page[offset]=0&page[limit]=1 /jsonapi/view/view/ /jsonapi/view/view/<uuid> for search_api: https://glamanate.com/blog/using-json-api-query-your-search-api-indexes for views: https://www.drupal.org/project/jsonapi/issues/2944204 https://gist.github.com/e0ipso/efcc4e96ca2aed58e32948e4f70c2460   https://www.drupal.org/forum/support/module-development-and-code-questions/2015-11-18/how-do-i-consume-json-from-other   https://github.com/byteparity/rest-api-drupal8 ...