Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
Also important to note most of the new additions are the updates to the openapi.json and openapi.yaml that need committed to the repo so that readme has access to them.
Description
Expanding the public API to have a set of endpoints for CRUD on views as well as searching views.
The following endpoints have been added:
/api/public/v1/views
- create a view/api/public/v1/views/:viewId
- update a view/api/public/v1/views/:viewId
- delete a view/api/public/v1/views/:viewId
- retrieve a single view by ID/api/public/v1/views/search
- search for a view across all tables by name/api/public/v1/views/:viewId/rows/search
- search for rows within a viewThis also fixes https://github.com/Budibase/budibase/issues/15041 by setting the CORS headers for the public API correctly to allow using the public API directly from the browser.
Also important to note most of the new additions are the updates to the
openapi.json
andopenapi.yaml
that need committed to the repo so that readme has access to them.