Updated APIv5 (markdown)

Risto Lahtela 2021-01-21 11:37:43 +02:00
parent fca9f17b71
commit 980aa1e7b7
1 changed files with 1 additions and 5 deletions

@ -3,9 +3,6 @@
Welcome to using Plan API v5.
<details>
<summary><b>API module dependency information</b></summary>
Plan API is distributed via Bintray repository:
```
<repository>
@ -33,8 +30,6 @@ Remember to add `"Plan"` as a softdependency to your plugin information (plugin.
> All Plan API related things should be done in it's own class to avoid NoClassDefFoundError if Plan is not installed.
</details>
- [Javadocs for the API](https://plan-player-analytics.github.io/Plan/api/)
## Checking that needed capabilities of the API are available
@ -88,6 +83,7 @@ CapabilityService.getInstance().registerEnableListener(
## DataExtension API
- [Getting started with DataExtension API](https://github.com/plan-player-analytics/Plan/wiki/DataExtension-API---Getting-started)
- [Documentation for DataExtension API](https://github.com/plan-player-analytics/Plan/wiki/APIv5---DataExtension-API)
- **Since:** 4.8.0