Releases: CI-HUB-GmbH/SimpleRESTAdapterBundle
Releases · CI-HUB-GmbH/SimpleRESTAdapterBundle
v2.0.3
What's changed
- Elements are now reliably deleted from Elasticsearch indices (#6)
- Now only assets or only object configurations are possible (CI-HUB-GmbH/PimcoreCIHubAdapterBundle#2)
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
v2.0.0
Hi fellow Pimconauts!
Today we are thrilled to release our Simple REST Adapter 2.0 for Pimcore X.
Documentation: Simple REST Adapter
Highlights:
- Configure a schema and expose data like with other DataHub adapters via Drag & Drop.
- All data gets indexed in Elasticsearch indices and delivered from there (no additional load on the database when accessing data via REST endpoints).
- Endpoint documentation and test via Swagger UI.
- Available endpoints:
- tree-items: Method to load all elements of a tree level
- search: Method to search for elements
- get-element: Method to get one single element
- Endpoint security via bearer token that has to be sent as header with every request.
Happy coding!
v1.0.0
Hi fellow Pimconauts!
Today we are thrilled to release our Simple REST Adapter 1.0 for Pimcore 6.
Documentation: Simple REST Adapter
Highlights:
- Configure a schema and expose data like with other DataHub adapters via Drag & Drop.
- All data gets indexed in Elasticsearch indices and delivered from there (no additional load on the database when accessing data via REST endpoints).
- Endpoint documentation and test via Swagger UI.
- Available endpoints:
- tree-items: Method to load all elements of a tree level
- search: Method to search for elements
- get-element: Method to get one single element
- Endpoint security via bearer token that has to be sent as header with every request.
Happy coding!