Skip to content

📁 API Folder

Information:

✅ Included in backup functionality.
✅ Files in this folder are accessible via public links.
⚠️ Modified files in this folder will be overwritten during updates.
❌ Do not manually modify or edit files unless you are a developer.

Folder Description:

This folder contains API endpoints for CMS backend operations and general functionality, facilitating communication between the system and external services. It includes settings for API interactions, routing, and store operations.

Sub-Folders:

File/Folder Description
./v1.php Suitefish CMS APIv1. More Information in Developers Documentation.

How to use the api:

See our documentation mentioned at the bottom of this readme.

How to add own apis:

You can add own apis in site modules or extension modules. See the example modules in the github repositories '_developers' folder. More information in the developer documentation.

Documentation:

Most documentation for front-end users is located within the Administrator Module across various sections. Developers can access internal documentation at /_core/_documentation/extra-cms/index.html. Open this file in a web browser to view the developer-specific resources.

🐟 Bugfish