Catalog
Develop
Sanplex also provides secondary development functions, including API, database, editor, and application.
For the secondary development mechanism of Sanplex, please refer to "Secondary Development Mechanism".
1. API
Click "Modules" on the right to query the API parameters of Sanplex.
For the use of API, please refer to "API Mechanism".
2. Database
Click "Admin" - "Develop" - "Database" to learn about the database design of Sanplex.
Please refer to "Sanplex 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
Sanplex has a built-in function of integrating Sanplex in third-party applications, easily connecting Sanplex data with third-party applications. Third-party applications must access Sanplex in GET mode, and Sanplex returns data in JSON format.
Click "Add Application".
Please refer to "Integrating Sanplex in Third-Party Applications" for details on adding methods.