Develop
ZenTao also provides secondary development functions, including API, database, editor, and application.
For the secondary development mechanism of ZenTao, please refer to "Secondary Development Mechanism".
1. API
Click "Modules" on the right to query the API parameters of ZenTao.
For the use of API, please refer to "API Mechanism".
2. Database
Click "Admin" - "Develop" - "Database" to learn about the database design of ZenTao.
Please refer to "ZenTao Directory Structure" for the specific database directory structure.
3. Editor
For security reasons, the editor for secondary development needs to be installed through an extension before it can be used.
- For the installation method of extension, please refer to "Extension".
- For the use of the editor, please refer to "Editor".
4. Application
ZenTao has a built-in function of integrating ZenTao in third-party applications, easily connecting ZenTao data with third-party applications. Third-party applications must access ZenTao in GET mode, and ZenTao returns data in JSON format.
Click "Add Application".
Please refer to "Integrating ZenTao in Third-Party Applications" for details on adding methods.