Updated APIv5 DataExtension API (markdown)

Risto Lahtela 2019-04-10 17:19:17 +03:00
parent 82b1e94037
commit 9f16476eb8
1 changed files with 5 additions and 4 deletions

@ -6,6 +6,8 @@
This page is about API that is available in **version 4.8.0** and above.
API can be called on all platforms.
This API requires `DATA_EXTENSION_VALUES` capability.
### Table of contents
- [Dependency information](https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/APIv5#dependency-information)
@ -22,9 +24,6 @@ API can be called on all platforms.
## Dependency information
> The API is still under heavy development and details might be subject to change,
use at your own risk.
Plan API is distributed via Bintray repository:
```
<repository>
@ -392,7 +391,7 @@ These annotations can be used to add information structures. They might have dif
### `@GroupProvider`
> `@GroupProvider` will be included in the second update for DataExtension API.
> `@GroupProvider` will be included in a future update for DataExtension API.
**Speciality:** Multiple `Group`s the player is in. Any providers with `Group` parameter will be called with the groups that this method provides.
@ -441,6 +440,8 @@ public String[] playerJobs(UUID playerUUID) {...}
**Speciality:** Table structures.
- Requires `DATA_EXTENSION_TABLES` capability
<details>
<summary>Limitations</summary>