From 5a54f836152e351d42118a5dfe7ed9b3f1b1fb02 Mon Sep 17 00:00:00 2001 From: Huawei Date: Wed, 15 Jul 2026 14:46:56 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20suites-help/SDK=E5=8F=82?= =?UTF-8?q?=E8=80=83/Python-SDK.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suites-help/SDK参考/Python-SDK.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 suites-help/SDK参考/Python-SDK.md diff --git a/suites-help/SDK参考/Python-SDK.md b/suites-help/SDK参考/Python-SDK.md deleted file mode 100644 index 6d2f462..0000000 --- a/suites-help/SDK参考/Python-SDK.md +++ /dev/null @@ -1,14 +0,0 @@ -# Python SDK(已废弃) - -`agentgis-sdk` 已不再维护。功能已被 `gis-actions` 命令行工具和 Suite Market API 覆盖。 - -替代方案: - -| 原 SDK 功能 | 替代方式 | -|------------|---------| -| 列出套件 | `curl -s https://suites.mercator.cn/api/v1/suites` | -| 搜索套件 | `curl -s 'https://suites.mercator.cn/api/v1/suites/search?q=关键词'` | -| 执行套件 | `agc run --suite-id --input key=value` | -| 发布套件 | `POST https://suites.mercator.cn/api/v1/publish`(见发布指南) | - -完整 API 文档:[https://suites.mercator.cn/docs](https://suites.mercator.cn/docs)