Skip to content

1.x-1.1.0

Compare
Choose a tag to compare
@serundeputy serundeputy released this 20 Dec 23:41
· 103 commits to 1.x-1.x since this release

Added admin config form to opt in entities.

  • Visit: /admin/config/services/headless
    • Check off the entities you would like to expose
    • Save the configuration form

Added support for:

  • Nodes: /api/node/{type}/{id}
    • for example the default /about page is available at /api/node/page/2
      • Assuming you've checked off to allow the page type as exposed on
        /admin/config/services/headless
  • Terms: /api/{vocabulary}/term/{id}
  • Views: /api/views/{view_name}
  • Paragraphs: /api/paragraphs/{type}/{id}

Removed /api/list/{type} endpoint in favour of views.