# đ API
đ§ Work in progress
The Chevereto API is how the application communicates with its users. It consist in two REST APIs:
- API (opens new window) for user interactions regarding users sharing content to each-other.
- API Admin (opens new window) for managing API (user) driven content.
# Self-exposed API
Chevereto API is self-exposed, it enables client-devices to understand and adapt better to the changes in your installation.
TIP
Review Chevere Spec (opens new window) to understand how the self-exposed API works.
# Acknowledges
- APIs in Chevereto are designed to change.
- Is encouraged from client implementations to be able to automatically react to changes in the API.
- Access to APIs can be made using HTTP, WebSockets and direct CLI
# HTTP API
đ§ Work in progress
# WebSocket API
đ§ Work in progress
# CLI API
Chevereto includes a built-in console for CLI access.
- Requires PHP (opens new window) installed in your system
PATH
.
php ./chevereto/bin --help
đ Pluggable â