iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
35 lines (34 loc) • 615 B
JSON
{
"name": "postweibo",
"description": "post weibo by providing the OAUTH code and content",
"spec":{
"id": "__HOPE__/builtin/cloud_service/weibo/postweibo",
"name": "postweibo_builtin_spec",
"in": {
"ports": [
{
"name": "text",
"type": "string"
}
]
},
"out": {
"ports": [
{
"name": "status",
"type": "bool"
}
]
},
"config": [
{
"name": "token",
"type": "string",
"required": true
}
]
},
"ui": {
},
"doc":"builtin/weibo.html#postweibo"
}