Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restful API建议 #100

Open
saber-wang opened this issue Sep 14, 2022 · 4 comments
Open

Restful API建议 #100

saber-wang opened this issue Sep 14, 2022 · 4 comments

Comments

@saber-wang
Copy link

当前Restful API有些复杂,如果要更新一个配置需要调用put接口并且需要配置的id.
应提供一个接口并使用最小化的参数完成配置的添加或更新(如果配置一致则不做任何处理).
参数示例:

{
  "appId": "test",
  "key": "appparameters:test1",
  "value": "test4"
}
@kklldog
Copy link
Collaborator

kklldog commented Sep 14, 2022

很好的建议,有空优化。

@saber-wang
Copy link
Author

@kklldog 还缺少批量接口,当前有2.3k的参数要写到配置中心.

@wlclass
Copy link
Contributor

wlclass commented Dec 18, 2022

#112

这个能解决你的问题吗?

@saber-wang
Copy link
Author

@wlclass 看起来不错,后续使用试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants