-
StackOverflow 文档
-
Node.js 教程
-
环回 - 基于 REST 的连接器
-
添加基于 Web 的连接器
//此示例获取 iTunes 的响应
{
**休息**:{
**名字**:**休息**,
**连接器**:**休息**,
`debug`:是的,
**选项**:{
`useQuerystring`:true,
**超时**:10000,
**标题**:{
**接受**:“application / json”,
“content-type”:“application / json”
}
},
**行动**:[
{
**模板**:{
**方法**:`GET`,
`url`:“https://itunes.apple.com/search”,
**查询**:{
`term`:“{keyword}”,
`country`:“{country = IN}”,
`media`:“{itemType = music}”,
`limit`:“{limit = 10}”,
**显性**:**假**
}
},
**功能**: {
**搜索**:[
**关键词**,
**国家**,
**物品种类**,
**限制**
]
}
},
{
**模板**:{
**方法**:`GET`,
`url`:“https://itunes.apple.com/lookup”,
**查询**:{
`id`:“{id}”
}
},
**功能**: {
`findById`:[
`ID`
]
}
}
]
}
}