We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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有些复杂,如果要更新一个配置需要调用put接口并且需要配置的id. 应提供一个接口并使用最小化的参数完成配置的添加或更新(如果配置一致则不做任何处理). 参数示例:
{ "appId": "test", "key": "appparameters:test1", "value": "test4" }
The text was updated successfully, but these errors were encountered:
很好的建议,有空优化。
Sorry, something went wrong.
@kklldog 还缺少批量接口,当前有2.3k的参数要写到配置中心.
#112
这个能解决你的问题吗?
@wlclass 看起来不错,后续使用试试
No branches or pull requests
当前Restful API有些复杂,如果要更新一个配置需要调用put接口并且需要配置的id.
应提供一个接口并使用最小化的参数完成配置的添加或更新(如果配置一致则不做任何处理).
参数示例:
The text was updated successfully, but these errors were encountered: