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

API冗余 #9

Open
ShengRang opened this issue Dec 4, 2015 · 0 comments
Open

API冗余 #9

ShengRang opened this issue Dec 4, 2015 · 0 comments

Comments

@ShengRang
Copy link
Member

GET /services/{service_name}/configures
获取某个service_name 服务下所有配置信息

{
"status": "success",
"count": 1,
"data": [
{
"data": {
"aaa": 1111,
"bb": 22
},
"name": "dev"
}
]
}

这个API返回了每个configure的data和name. 其实感觉只要一个name的list就行了.
具体是啥可以用另一个api去具体看

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

1 participant