HI I have deployed the iodocs locally,and its working for the samples given. but for my api its giving empty response.
here is what i appended to /data/apiconfig.json
"cloudspokes": {
"name": "cloudspokes",
"protocol": "http",
"baseURL": "cloudspokes.com",
"publicPath": "",
"auth": ""
}
and here is /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 is rendering the interface correctly
also going to http://cloudspokes.com/challenges.json returns non empty response. I am new to this , please help .