如何在kong中添加一个post api并调用它?

时间:2017-07-27 07:38:25

标签: post kong

假设我有一个带有post方法的api http://host:port/api/v1/xxxx并接受json正文:

  

{“inputText”:“从高知前往南极洲”}

如何将post api添加到kong并调用它?

1 个答案:

答案 0 :(得分:0)

只需添加API对象即可  你需要填写args(名字:无论如何,uris:/ api / v1 / xxxx,upstream_url:http://host:port/api/v1/xxxx)然后你可以用http://your_kong_service:8000/api/v1/xxxx

来调用它