mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-25 03:55:37 +01:00
Updated APIv5 DataExtension API (markdown)
parent
a0f3dbd7cf
commit
8f926fb673
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user