Updated APIv5 (markdown)

Risto Lahtela 2019-07-28 11:29:53 +03:00
parent c6ff3ce7b4
commit 9dc40c8228
1 changed files with 7 additions and 0 deletions

@ -91,6 +91,13 @@ CapabilityService.getInstance().registerEnableListener(
DataExtension API is for adding data of plugins to Plan. The provided data is placed in Plan database, so that it can be accessed on servers in the network. The values are displayed on the web panel, and so server admins get a more complete picture of what is going on their server. In addition basic calculations are performed on the provided values, such as totals, averages and percentages.
## Query API
- [Documentation for Query API]
- **Since:** 4.9.0
Query API is for performing SQL queries and statements on the Plan database. The API is intended for those who want to store data of their plugins for DataExtension API in the Plan database (in case they don't have their own storage) or want to use Plan data.
## APIv4
Older API is still available on the plugin, although it requires manual installation of the full plugin as dependency.