Skip to content

Commit f7e7100

Browse files
authored
docs: add nodejs client sdk (#4590)
* Update third-party-sdks-user-guide.md 新增 node.js sdk:@vodyani/apollo-client * docs: add nodejs sdk * docs: fix open api platform error * chore(changes): add content
1 parent 98511a8 commit f7e7100

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Apollo 2.1.0
3434
* [fix the exception occurred when publish/rollback namespaces with grayrelease](https://github.com/apolloconfig/apollo/pull/4564)
3535
* [fix create namespace with single dot 500 error](https://github.com/apolloconfig/apollo/pull/4568)
3636
* [Add overloaded shortcut method to register BeanDefinition](https://github.com/apolloconfig/apollo/pull/4574)
37+
* [Add nodejs client sdk and fix doc](https://github.com/apolloconfig/apollo/pull/4590)
3738

3839
------------------
3940
All issues and pull requests are [here](https://github.com/apolloconfig/apollo/milestone/11?closed=1)

docs/zh/usage/apollo-open-api-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespaceName | 所管理的Namespace的名称,如果是非properties格式,
9696
- [3.2.8 获取 Namespace 当前编辑人](#_328-获取某个namespace当前编辑人接口)
9797
- [3.2.9 获取具体配置项](#_329-读取配置接口)
9898
- [3.2.10 新增配置项](#_3210-新增配置接口)
99-
- [3.2.11 需改配置项](#_3211-修改配置接口)
99+
- [3.2.11 修改配置项](#_3211-修改配置接口)
100100
- [3.2.12 删除配置项](#_3212-删除配置接口)
101101
- [3.2.13 发布 Namespace](#_3213-发布配置接口)
102102
- [3.2.14 获取 Namespace 最后一次发布的内容](#_3214-获取某个namespace当前生效的已发布配置接口)

docs/zh/usage/third-party-sdks-user-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@
9494

9595
> 非常感谢[@zhangxh1023](https://github.com/zhangxh1023)提供NodeJS Apollo客户端的支持
9696
97+
### Apollo NodeJS 客户端 8
98+
99+
项目地址:[@vodyani/apollo-client](https://github.com/vodyani/apollo-client)
100+
101+
> 非常感谢[@ChoGathK](https://github.com/ChoGathK)提供NodeJS Apollo客户端的支持
102+
97103
## 4. PHP
98104

99105
### Apollo PHP 客户端 1

0 commit comments

Comments
 (0)