Updated APIv5 (markdown)

Risto Lahtela 2019-03-26 22:03:23 +02:00
parent fd05b5d994
commit 9d61bb55ba
1 changed files with 26 additions and 2 deletions

@ -23,9 +23,33 @@ API can be called on all platforms.
## Dependency information
*Not yet available. API module will be available through a Maven repository.*
> The API is still under heavy development and details might be subject to change,
use at your own risk.
Add `"Plan"` as a softdependency to your plugin information (plugin.yml / Plugin annotation).
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