Jinchao
Jinchao
@pureliumy 首先非常感谢你的反馈,你的问题我逐个回答一下。 1、目前API是需要手动添加的后面一定会考虑批量导入的功能,方便用户快速迁移。 2、目前在API列表中操作一栏有“详情”这个即API文档,不过后期考虑会增加文档导出功能可以快速向客户或使用方分发。 3、关于Mock请求API添加之后在如果API未发布访问的数据即Mock数据,也就是在添加API时第三步配置的响应数据,当API发布后即访问的是上游的应用数据。
Thanks for your attention. The 0.1 version has just been released. It is not recommended to use in production environment.
你好 安装之后需要把 /usr/local/apioak/conf/apioak.sql 基础数据结构导入数据库中 导入后 并修改 /usr/local/apioak/conf/apioak.yaml 配置文件后重启即可。
图片不能正常加载,方便留下你的联系方式吗?
已加请确认
QQ:97242666,加我一下吧。
> @bzp2010 @shuaijinchao @tzssangglass, We can collaborate on this one. Of course, very willing to complete this PR together. We can communicate via the mailing list or Slack.
> Very good idea. I'll give it a try. Currently in Runner, headers are stored using map, which does not support repeated header settings, which may require us to extend...
> @shuaijinchao I've tested the code above and it worked. But I'm not sure if `core.response.add_header` will break anything else. Could you please take a look? You are right, after...
@RagavMaddali I have not reproduced the problem in my development environment. Below is my configuration: ### APISIX Route ```bash curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "uri":...