嗨,我已经在本地部署了 iodocs,并且它适用于给定的示例。但是对于我的 api,它给出了空的响应。
这是我附加到 /data/apiconfig.json 的内容
"cloudspokes": {
"name": "cloudspokes",
"protocol": "http",
"baseURL": "cloudspokes.com",
"publicPath": "",
"auth": ""
}
这是/data/cloudspokes.json
{
"endpoints":[
{
"name":"Challenges",
"methods":[
{
"MethodName":"challenges",
"Synopsis":"This method returns a list of challenges.",
"HTTPMethod":"GET",
"URI":"/challenges.json",
"RequiresOAuth":"N",
"parameters":[
]
}
]
}
]
}
iodocs 正在正确呈现界面
还去http://cloudspokes.com/challenges.json返回非空响应。我是新手,请帮忙。