Releases: backdrop-contrib/headless
1.x-1.4.1
Headless 1.x-1.4.0
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
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
1.x-1.2.0
This release adds:
- Adding
/api/router/%
to allow API queries via path aliases.
1.x-1.1.0
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
- Assuming you've checked off to allow the
- for example the default
- 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
Headless is an API to deliver nodes and lists of nodes as JSON data.