1

所以我有一个托管在heroku中的spring-data-rest应用程序:hotel-app.herokuapp.com

但我想在 mashape 这样的 api 管理平台中公开它。curl --get --include " https://greekscholar-test-v1.p.mashape.com/ " \ -H "X-Mashape-Key: xPlviBQhz3mshmhlL19hyJjNXJJXp1hm6H5jsn10ZrVHr4n3ZC"

所有链接都回到我原来的heroku主机。如何将链接配置为仅显示相对路径或转到 api 管理平台的主机?

4

1 回答 1

0

您需要注册 mashape,他们会为您映射 URL。

你应该遵循这个方便的指南:http ://docs.mashape.com/add-api

于 2014-12-09T00:39:56.733 回答