Feature #7082
Rest API for wiki
| Status: | Closed | Start date: | 2010-12-08 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Jean-Philippe Lang | % Done: | 0% | |
| Category: | REST API | |||
| Target version: | 2.2.0 | |||
| Resolution: | Fixed |
Related issues
Associated revisions
REST API for retrieving wiki pages (#7082).
REST API for creating/updating wiki pages (#7082).
Adds ?include=attachments option when retrieving a wiki page with the REST API (#7082).
Adds last edit comments on the wiki page (#7082).
REST API for deleting wiki pages (#7082).
History
#1 Updated by Jean-Philippe Lang over 2 years ago
- Tracker changed from Defect to Feature
#2 Updated by Jean-Philippe Lang over 2 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.
#3 Updated by Jean-Philippe Lang about 2 years ago
- Target version changed from 1.2.0 to Unplanned
Not many requests here and time is missing for 1.2.0.
#4 Updated by Etienne Massip about 2 years ago
- Target version changed from Unplanned to Candidate for next major release
#5 Updated by Yuriy Vidineev over 1 year ago
Very nice feature
#6 Updated by Kassio Borges over 1 year ago
+1
#7 Updated by Roberto Almeida Quilice Longhi over 1 year ago
+1
#8 Updated by Yannick SAVANIER about 1 year ago
+1
#9 Updated by Brice Beaumesnil about 1 year ago
+1
useful with REST API versions (if this version have a wiki page)
#10 Updated by Miguel MartÃn 12 months ago
+1
#12 Updated by Wolf-Dieter Mische 11 months ago
+1 Functionnalities should be: create page, add attachement to a page, get pages (or pages names), adding a test section
#13 Updated by Evgeny Sinelnikov 10 months ago
+1
#14 Updated by Charles Monteiro 10 months ago
+1
#15 Updated by Jefferson Campos 9 months ago
I support this feature. Would be nice have it! ;)
+1
#16 Updated by roman romacron 8 months 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.
#17 Updated by Intrad Acebo 7 months ago
+1
#18 Updated by Harry Garrood 7 months ago
+1 from me too. Is this being worked on currently? If not, would a patch be accepted?
#19 Updated by Jean-Philippe Lang 7 months ago
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 2.2.0
#20 Updated by Jean-Philippe Lang 7 months 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.