From 8f926fb6730901f6f87c84fef0c63ebab459596b Mon Sep 17 00:00:00 2001 From: Risto Lahtela Date: Tue, 25 Jun 2019 22:42:24 +0300 Subject: [PATCH] Updated APIv5 DataExtension API (markdown) --- APIv5---DataExtension-API.md | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/APIv5---DataExtension-API.md b/APIv5---DataExtension-API.md index 28c45e0..ffc0cc6 100644 --- a/APIv5---DataExtension-API.md +++ b/APIv5---DataExtension-API.md @@ -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: -``` - - - false - - bintray-rsl1122-Plan-repository - bintray - https://dl.bintray.com/rsl1122/Plan-repository - -``` - -``` - - com.djrapitops - Plan-api - ... - -``` - -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.