everydatastore / everyrestfulapi
There is no license information available for the latest version (1.2.7) of this package.
Provides a RESTful API interface for the EveryDataStore ECM platform.
Package info
github.com/EveryDataStore/EveryRESTfulAPI
Type:silverstripe-vendormodule
pkg:composer/everydatastore/everyrestfulapi
1.2.7
2025-05-27 04:48 UTC
Requires
- php: ^8.1
- everydatastore/everydatastorebackend: ^1.5.6
This package is auto-updated.
Last update: 2026-02-27 06:21:57 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