我目前正在关注关于调用 HTTP API“ getText ”的etherpad 文档
给定这些参数,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}