假设我有一个带有post方法的api http://host:port/api/v1/xxxx
并接受json正文:
{“inputText”:“从高知前往南极洲”}
如何将post api添加到kong并调用它?
答案 0 :(得分:0)
只需添加API对象即可 你需要填写args(名字:无论如何,uris:/ api / v1 / xxxx,upstream_url:http://host:port/api/v1/xxxx)然后你可以用http://your_kong_service:8000/api/v1/xxxx
来调用它