ServersMan logo

时时刻刻把自己的“云”带在身边

ServersMan API

ServersMan API发布!

ServersMan M2M API ver 0.1开始公测。

通过这些API,除了ServersMan间的安全P2P通信,ServersMan设备和Web的Mashup之外,还可以在html和Java脚本里直接连接使用部分iPhone/Android的功能。

从开发团队m

※API用法

返回一个JSON,XML响应格式。通过与反应时,是有可能的混搭与其他的服务。还有其他的。这是基于Ajax和mashup吧。

例如、节点名称在指定的”my-node”节点,API,它是”sn.location.getLocation”。
http://serversman.net/my-node/do?action=sn.location.getLocation
一个唯一的网址,将返回下面的响应

※响应
{"response":{"action":"sn.location.getLocation","provider":{ "id": 1,"type": "gps"},"coodinate": {"lat":"35.657585","lng":"139.695984","datetime": "2011-01-01T00:00:01GMT+09:00", "alt": null },"mestat": { status: 200}}}

API名单

sn.file.getList

获取文件一览
http://serversman.net/my-node/do?action=sn.file.getList

sn.location.getLocation

获取位置信息
http://serversman.net/my-node/do?action=sn.location.getLocation

sn.device.getIP

获取Emotion Link IP地址
http://serversman.net/my-node/do?action=sn.device.getIP

mobile.device.public_html

获取public_html设置
http://serversman.net/my-node/do?action=mobile.device.public_html

mobile.device.alertmessage

发送信息
Added paramater :msg
http://serversman.net/my-node/do?action=mobile.device.alertmessage?msg=text

mobile.device.vibrate

震动
http://serversman.net/my-node/do?action=mobile.device.vibrate

sn.people.getProfile

获取TwitterID
http://serversman.net/my-node/do?action=sn.people.getProfile

sn.device.getStatus

获取再生歌曲信息 (only iPhone)
http://serversman.net/my-node/do?action=sn.device.getStatus