Updated APIv5 DataExtension API (markdown)

Risto Lahtela 2019-06-25 22:42:24 +03:00
parent a0f3dbd7cf
commit 8f926fb673
1 changed files with 2 additions and 28 deletions

@ -8,9 +8,10 @@ API can be called on all platforms.
This API requires `DATA_EXTENSION_VALUES` capability.
See [APIv5](https://github.com/plan-player-analytics/Plan/wiki/APIv5#plan-api-version-5) for dependency information
### Table of contents
- [Dependency information](https://github.com/Rsl1122/Plan-PlayerAnalytics/wiki/APIv5#dependency-information)
- DataExtension API
- Getting Started
- 🔔 [How to register a DataExtension](https://github.com/plan-player-analytics/Plan/wiki/APIv5---DataExtension-API#-how-to-register-a-dataextension)
@ -23,33 +24,6 @@ This API requires `DATA_EXTENSION_VALUES` capability.
- Implementation violations
- API in Action
## Dependency information
Plan API is distributed via Bintray repository:
```
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-rsl1122-Plan-repository</id>
<name>bintray</name>
<url>https://dl.bintray.com/rsl1122/Plan-repository</url>
</repository>
```
```
<dependency>
<groupId>com.djrapitops</groupId>
<artifactId>Plan-api</artifactId>
<version>...</version>
</dependency>
```
Dependency version information can be found here:
https://bintray.com/rsl1122/Plan-repository/Plan-API
Remember to add `"Plan"` as a softdependency to your plugin information (plugin.yml / Plugin annotation).
# DataExtension API
DataExtension API is used for providing Plan with data of your plugin, so that the data can be viewed on the web panel.