I am currently following the etherpad documentation in regards to calling the HTTP API "getText"
How would the API call be structured given these parameters?
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}