From 7f11fbb17ca26a177f1c04545951b443deeb34fc Mon Sep 17 00:00:00 2001 From: helongfei Date: Tue, 12 Oct 2021 07:58:10 +0000 Subject: [PATCH] update Projects/Developer/Developer_Interfaces.md. --- Projects/Developer/Developer_Interfaces.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Projects/Developer/Developer_Interfaces.md b/Projects/Developer/Developer_Interfaces.md index d4d5252..5502688 100644 --- a/Projects/Developer/Developer_Interfaces.md +++ b/Projects/Developer/Developer_Interfaces.md @@ -7,9 +7,10 @@ Developer Interfaces - [1.3 DELETE one](#delete-one) - [1.4 GET download plugin](#get-download-plugin) - [1.5 GET download logo](#get-download-logo) - - [1.6 GET download plugin](#get-download-api) + - [1.6 GET download api](#get-download-api) - [1.7 PUT update plugin](#put-update-plugin) - [1.8 PUT mark plugin](#put-mark-plugin) + - [1.9 GET api content](#get-api-content) - [2. App](#app) - [2.1 POST upload app](#post-upload-app) - [2.2 GET all test task](#get-all-test-task) @@ -380,6 +381,20 @@ Resource URI: /mec/developer/v1/plugins/{pluginId}/action/score } } ``` +### 1.9 GET api content +Get plugin api content by pluginId +``` +Resource URI: /mec/developer/v1/plugins/{pluginId}/action/content +``` +|Name|Definition|Type|Required| +|-------------|-------------|------------|------------| +|pluginId|pluginid|pathparam|yes| + +**Example response** +``` +200 OK + string output. +``` ## 2. App Edge applications on the car -- Gitee