everydatastore / everyrestfulapi
Provides a RESTful API interface for the EveryDataStore ECM platform.
Installs: 3
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- everydatastore/everydatastorebackend: ^1.5.5
This package is auto-updated.
Last update: 2025-05-15 08:24:14 UTC
README
EveryRESTFulAPI is the most importan part of EveryDataStore ECM package and runs as an independent plugin. It is a RESTFul interface that acts as a bridge between the backend and the frontend to ensure a secure exchange of information. The interface is built dynamically. The information for the frontend is obtained through API calls.
Requirements
Installation
- Go to EveryDataStoreBackend project directory
- Add EveryRESTFulAPI as a submodule "git submodule add https://github.com/EveryDataStore/EveryRESTFulAPI.git"
- Run the following URL in your browser: "https://your-backend-url/dev/build/?flush=all"
Links
EveryRESTFulAPI Documentation
EverySwagger
EveryDataStore ECM
EveryDataStore Frontend