From 4c4e2d4b916ccc5291b70eff0a3f3fa2ff92f3fe Mon Sep 17 00:00:00 2001 From: "sean.zhou" Date: Tue, 22 Mar 2022 15:05:28 +0800 Subject: [PATCH] Add README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e7feaf --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# DJI Cloud API + +## What is the DJI Cloud API? + +The launch of the Cloud API mainly solves the problem of developers reinventing the wheel. For developers who do not need in-depth customization of APP, they can directly use DJI Pilot2 to communicate with the third cloud platform, and developers can focus on the development and implementation of cloud service interfaces. + +## Usage + +For more documentation, please visit the [DJI Developer Documentation](https://developer.dji.com/cn/document/209883f1-f2ad-406e-b99c-be7498df7f10). + +## Latest Release + +Cloud API 1.0.0 was released on 21 March 2022. For more information, please visit the [Release Note](https://developer.dji.com/cn/document/87026f9b-e906-4809-9aba-870f569061b5). + +## License + +Cloud API is MIT-licensed. Please refer to the LICENSE file for more information. +