Runkit端点中的外部请求

时间:2017-01-31 22:09:09

标签: node.js runkit

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"
}

1 个答案:

答案 0 :(得分:0)

得到了有效的runkit团队的回复!

[relation name]@odata.nextLink