UNPKG

iot-sol

Version:

Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes

46 lines (45 loc) 896 B
{ "name": "receiveweibo", "description": "receive weibo. You can get all weibo of your friends or just the newest weibo from last receive", "spec":{ "id": "__HOPE__/builtin/cloud_service/weibo/receiveweibo", "name": "receiveweibo_builtin_spec", "in": { "ports": [ { "name": "switch", "type": "boolean", "default": "true" } ] }, "out": { "ports": [ { "name": "data", "type": "string" } ] }, "config": [ { "name": "access_token", "type": "string", "required": true }, { "name": "type", "type": "string", "required": true, "default": "all" }, { "name": "proxy", "type": "string" } ] }, "ui": { }, "doc":"builtin/weibo.html#receiveweibo" }