ctrip-apollo
ctrip-apollo copied to clipboard
The most delightful and handy Node.js client for ctrip apollo configuration service.
The local cache file is configured. The generated local cache file is a file whose name is encrypted by base64 and has no file type. It is difficult to read....
apollo 1.6.0版本后,终于增加支持了对获取应用配置时启用密钥鉴权,希望ctrip-apollo可以尽快支持
### 这个变动的性质是 - [x] 新特性提交 ### 需求背景 > 1. apollo 一个namespce上多个配置,需要一次获取 ### 实现方案和 API > 1. 参数添加entireRes,用以判断是分批次返回还是一次性返回 ### 对用户的影响和可能的风险 > 1. 无(默认按照目前的分批次返回)
No .json suffix added to the URL when get json namespace config. But it's added when polling update.
The dependency `request` has been deprecated, please see https://github.com/request/request/issues/3142 Could you replace this dependency with another library? such as `node-fetch`, thank you!