Files
workavia-drive/Documentation/docs/internal-documentation/backend-services/applications/README.md
T
2024-05-29 11:25:45 +02:00

25 lines
750 B
Markdown

---
description: How applications are managed in Twake Drive backend
---
# 🍎 Applications
#### Description
**Applications** is everything related to connectors in Twake Drive.
An application is described by an identity sheet containing this information:
- **Identity** \(name, description, logo\)
- **API** **preferences** \(TDrive→Connector events endpoint, API id and secret, and Connector→TDrive allowed IPs\)
- **Privileges and capabilities** \(List of things the connector can read and can write\)
- **Display information** \(Where the connector is visible, configuration in application list etc\)
This is all we need to define a connector.
[database-models](database-models.md)
[rest-apis](rest-apis.md)
[examples](examples.md)