Last modified: 2013-12-03 20:09:26 UTC
The web API was cleaned up in https://gerrit.wikimedia.org/r/#/c/91321/. We should document this both on the landing page at / and https://www.mediawiki.org/wiki/Parsoid. GET /prefix/page -- works just as it does now. No wikitext passed in. POST /prefix/{page} -- with page optional. - if "wt" is provided, convert wt2html. "body" flag to return just the body - if "html" is provided, convert html2wt ("content" works too for bc)
On-wiki documentation mostly done: https://www.mediawiki.org/wiki/Parsoid#The_Parsoid_web_API
Lowering prio to normal, as this is pretty much done.