API - expose Wiki end points through the API
At the moment the APi end points do not cover the wiki.
Ideally I'd like to be able to list, create and update wiki pages via an official API.
e.g.
I imagined something like
GET /api/wiki
- get a list of wikis
GET /api/wiki/id/page
- get list of pages for wiki
Get /api/wiki/id/page/id
- get meta data and HTML of the page
Get /api/wiki/id/page/id/version
- get meta data and HTML of the page version
POST /api/wiki/id/page/version
- update a version
POST /api/wiki/id/page
- create a new page
7
votes
