【发布时间】:2017-08-01 14:25:26
【问题描述】:
我目前正在关注etherpad documentation 关于调用 HTTP API "getText"
在给定这些参数的情况下,API 调用的结构如何?
Pad content can be updated and retrieved through the API
getText(padID, [rev]) returns the text of a pad
Example returns:
{code: 0, message:"ok", data: {text:"Welcome Text"}}
{code: 1, message:"padID does not exist", data: null}
【问题讨论】:
标签: javascript etherpad