Files
workavia-drive/Documentation/docs/internal-documentation/backend-services
Romaric Mourgues 4af8e43bb2 🔐 Implement password and expiration date (#53)
* Implemented password and expiration date on conf and backend side

* Implemented password modal on shared side

* Add public link related tests

* Fix tests
2023-05-16 16:39:35 +02:00
..
2023-04-17 17:00:03 +02:00
2023-04-17 17:00:03 +02:00
2023-04-17 17:00:03 +02:00
2023-04-17 17:00:03 +02:00
2023-04-17 17:00:03 +02:00
2023-04-17 17:00:03 +02:00

description
description
This page will document all the services implemented in the new NodeJS backend. For all the PHP services not yet migrated, please ask us directly on https://community.tdrive.app/

🧱 Backend and APIs

TDrive Services

As a frontend developer / connector developer to read our APIs, or to understand our data models or just for fun, here is all the details over TDrive backend services.

If document are empty, check out our Notion documentation: https://www.notion.so/tdrive/Backend-documentation-e219323593d2401c9887d0e11b2a597b

Services

users/

applications/)

channels/)

messages/)

notifications/)

Get started to code in TDrive

Want to edit TDrive code ? Congratulation ! You participate in the development of a great product 😃

start-working-into-a-service

create-a-new-tdrive-service

intro/platform/)