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!