mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-16 20:32:36 +01:00
Updated APIv5 DataExtension API (markdown)
parent
82b1e94037
commit
9f16476eb8
@ -6,6 +6,8 @@
|
|||||||
This page is about API that is available in **version 4.8.0** and above.
|
This page is about API that is available in **version 4.8.0** and above.
|
||||||
API can be called on all platforms.
|
API can be called on all platforms.
|
||||||
|
|
||||||
|
This API requires `DATA_EXTENSION_VALUES` capability.
|
||||||
|
|
||||||
### Table of contents
|
### Table of contents
|
||||||
|
|
||||||
- [Dependency information](https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/APIv5#dependency-information)
|
- [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
|
## 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:
|
Plan API is distributed via Bintray repository:
|
||||||
```
|
```
|
||||||
<repository>
|
<repository>
|
||||||
@ -392,7 +391,7 @@ These annotations can be used to add information structures. They might have dif
|
|||||||
|
|
||||||
### `@GroupProvider`
|
### `@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.
|
**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.
|
**Speciality:** Table structures.
|
||||||
|
|
||||||
|
- Requires `DATA_EXTENSION_TABLES` capability
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Limitations</summary>
|
<summary>Limitations</summary>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user