We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
agileconfig支持json restful api来维护配置 。 本API入参跟出参为json格式,所以请求的时候需设置Content-Type头部为application/json 。 使用basic简单认证,设置Authorization头部为Basic base64(userName:password) 。
api 文档