Skip to content

Releases: backdrop-contrib/headless

1.x-1.4.1

20 Nov 23:43
a8fcaa5
Compare
Choose a tag to compare
  • #36: Fix total_pages to return number of pages.

Headless 1.x-1.4.0

19 Aug 13:36
fac00f0
Compare
Choose a tag to compare

This release adds/fixes:

#23 : new v2 node end point which shows node display data
#26 : views end point accepts now any contextual arguments, as well as filter arguments
#33 : new v2 paragraph end point which shows paragraphs display data
#9 : new settings page with links to the end points

  • new custom block endpoint

Headless 1.x-1.3.0

21 Jul 13:24
c8f9464
Compare
Choose a tag to compare

Headless 1.x-1.3.0

This release provides:

  • Ability to deliver pager data in the json endpoints of views. In order to preserve backwards compatibility we've introduced a new endpoint /api/v2/views/<view_machine_name>/<view_display_id> that has the new data. The endpoint /api/views/<view_machine_name> is still available Big thanks to @robertgarrigos on this feature!

  • Added coding standards, TravisCI checks on the standards, and general testing infrastructure.

  • Addded headless_uninstall to clean up config on uninstalls.

Headless 1.x-1.2.1

24 Jun 11:48
Compare
Choose a tag to compare

Headless

  • #6 Fix install bug that produced a warning in dblog.
  • #8 Add a configure button on /admin/modules page.

1.x-1.2.0

19 Jan 19:48
Compare
Choose a tag to compare

This release adds:

  • Adding /api/router/% to allow API queries via path aliases.

1.x-1.1.0

20 Dec 23:41
Compare
Choose a tag to compare

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.

Headless 1.x-1.0.0

18 Jan 16:36
Compare
Choose a tag to compare

Headless is an API to deliver nodes and lists of nodes as JSON data.