Feature #7082
closedRest API for wiki
Added by Jean-Philippe Lang almost 14 years ago. Updated about 12 years ago.
0%
Related issues
Updated by Jean-Philippe Lang almost 14 years ago
- Tracker changed from Defect to Feature
Updated by Jean-Philippe Lang almost 14 years ago
- Target version set to 1.2.0
The wiki routing was refactored earlier but it doesn't match actual resources, /wiki represents the wiki (a project resource) and the wiki pages.
I propose to map these resources in the following way:
/projects/:project_id/wiki => the project wiki (a single resource) /projects/:project_id/wiki/pages => the wiki pages (a collection resource)
A route can be added to keep the compatibility for existing URLs that point to a page.
It's a bit late to do these changes for 1.1, the wiki API will be added in 1.2.
Updated by Jean-Philippe Lang over 13 years ago
- Target version changed from 1.2.0 to Unplanned backlogs
Not many requests here and time is missing for 1.2.0.
Updated by Etienne Massip over 13 years ago
- Target version changed from Unplanned backlogs to Candidate for next major release
Updated by Brice Beaumesnil over 12 years ago
+1
useful with REST API versions (if this version have a wiki page)
Updated by David FR over 12 years ago
+1 for Wiki API with following functionnalities : create pages, add images, modifying text
Updated by Wolf-Dieter Mische over 12 years ago
+1 Functionnalities should be: create page, add attachement to a page, get pages (or pages names), adding a test section
Updated by Jefferson Campos about 12 years ago
I support this feature. Would be nice have it! ;)
+1
Updated by roman JProof about 12 years ago
+1 an minimal feature for getting wiki pages or parts will be nice.
so i am able to parse helping contents into an web-application for users they had valid installed the app.
Updated by Harry Garrood about 12 years ago
+1 from me too. Is this being worked on currently? If not, would a patch be accepted?
Updated by Jean-Philippe Lang about 12 years ago
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 2.2.0
Updated by Jean-Philippe Lang about 12 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Wiki pages can now be retrieved, created, updated and deleted through the REST API. See Rest_WikiPages.
Any additional features should be requested in a separate issue.