From 7b1a6307ee0d259a6c20b8fcec6b6e12ccb9fada Mon Sep 17 00:00:00 2001 From: Cho'Gath Date: Tue, 27 Sep 2022 18:00:34 +0800 Subject: [PATCH 1/4] Update third-party-sdks-user-guide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增 node.js sdk:@vodyani/apollo-client --- docs/zh/usage/third-party-sdks-user-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/zh/usage/third-party-sdks-user-guide.md b/docs/zh/usage/third-party-sdks-user-guide.md index 4945911e4ff..eeb8ad441aa 100644 --- a/docs/zh/usage/third-party-sdks-user-guide.md +++ b/docs/zh/usage/third-party-sdks-user-guide.md @@ -94,6 +94,12 @@ > 非常感谢[@zhangxh1023](https://github.com/zhangxh1023)提供NodeJS Apollo客户端的支持 +### Apollo NodeJS 客户端 8 + +项目地址:[@vodyani/apollo-client](https://github.com/vodyani/apollo-client)) + +> 非常感谢[@ChoGathK](https://github.com/ChoGathK)提供NodeJS Apollo客户端的支持 + ## 4. PHP ### Apollo PHP 客户端 1 From 56256547ca39c78ad035e65394ccaa772a4fa730 Mon Sep 17 00:00:00 2001 From: Cho'Gath Date: Tue, 27 Sep 2022 18:01:43 +0800 Subject: [PATCH 2/4] docs: add nodejs sdk --- docs/zh/usage/third-party-sdks-user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/usage/third-party-sdks-user-guide.md b/docs/zh/usage/third-party-sdks-user-guide.md index eeb8ad441aa..0d2f2cb052c 100644 --- a/docs/zh/usage/third-party-sdks-user-guide.md +++ b/docs/zh/usage/third-party-sdks-user-guide.md @@ -96,7 +96,7 @@ ### Apollo NodeJS 客户端 8 -项目地址:[@vodyani/apollo-client](https://github.com/vodyani/apollo-client)) +项目地址:[@vodyani/apollo-client](https://github.com/vodyani/apollo-client) > 非常感谢[@ChoGathK](https://github.com/ChoGathK)提供NodeJS Apollo客户端的支持 From e1a3a19b5d4de7f293d55a4c327530d7fc623e66 Mon Sep 17 00:00:00 2001 From: John Denver Date: Tue, 27 Sep 2022 18:30:55 +0800 Subject: [PATCH 3/4] docs: fix open api platform error --- docs/zh/usage/apollo-open-api-platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/usage/apollo-open-api-platform.md b/docs/zh/usage/apollo-open-api-platform.md index a84e7e87e4b..65d2320b8fb 100644 --- a/docs/zh/usage/apollo-open-api-platform.md +++ b/docs/zh/usage/apollo-open-api-platform.md @@ -96,7 +96,7 @@ namespaceName | 所管理的Namespace的名称,如果是非properties格式, - [3.2.8 获取 Namespace 当前编辑人](#_328-获取某个namespace当前编辑人接口) - [3.2.9 获取具体配置项](#_329-读取配置接口) - [3.2.10 新增配置项](#_3210-新增配置接口) -- [3.2.11 需改配置项](#_3211-修改配置接口) +- [3.2.11 修改配置项](#_3211-修改配置接口) - [3.2.12 删除配置项](#_3212-删除配置接口) - [3.2.13 发布 Namespace](#_3213-发布配置接口) - [3.2.14 获取 Namespace 最后一次发布的内容](#_3214-获取某个namespace当前生效的已发布配置接口) From 7cfcc1bdb3d31c40cbf843518b8dd48a714e230b Mon Sep 17 00:00:00 2001 From: John Denver Date: Tue, 27 Sep 2022 18:39:07 +0800 Subject: [PATCH 4/4] chore(changes): add content --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 1a442d99373..34cc988ac48 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,7 @@ Apollo 2.1.0 * [fix the exception occurred when publish/rollback namespaces with grayrelease](https://github.com/apolloconfig/apollo/pull/4564) * [fix create namespace with single dot 500 error](https://github.com/apolloconfig/apollo/pull/4568) * [Add overloaded shortcut method to register BeanDefinition](https://github.com/apolloconfig/apollo/pull/4574) +* [Add nodejs client sdk and fix doc](https://github.com/apolloconfig/apollo/pull/4590) ------------------ All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/11?closed=1) \ No newline at end of file