Runkit(https://runkit.com)有一个服务,您可以在其中发布端点。
我希望发布一个调用外部服务器获取数据的点,然后返回该数据。好像我无法做到这一点。这是我尝试过的:
var got = require("got");
var githubStatusJson = (await got("https://status.github.com/api/status.json", { json : true })).body;
exports.endpoint = function(request, response) {
response.end("Hello world!");
}
我收到的错误消息是:
{
error: "invalid_server",
message: "The requested document does not export an 'endpoint' function. Read more about endpoint: https://runkit.com/docs/endpoint"
}
答案 0 :(得分:0)
得到了有效的runkit团队的回复!
[relation name]@odata.nextLink