Feature #7082
Rest API for wiki
Status: | Closed | Start date: | 2010-12-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % 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 about 12 years ago
- Tracker changed from Defect to Feature
#2
Updated by Jean-Philippe Lang about 12 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 almost 12 years ago
- Target version changed from 1.2.0 to Unplanned backlogs
Not many requests here and time is missing for 1.2.0.
#4
Updated by Etienne Massip almost 12 years ago
- Target version changed from Unplanned backlogs to Candidate for next major release
#5
Updated by Yuriy Vidineev about 11 years ago
Very nice feature
#6
Updated by Kassio Borges about 11 years ago
+1
#7
Updated by Roberto Almeida Quilice Longhi almost 11 years ago
+1
#8
Updated by Yannick SAVANIER almost 11 years ago
+1
#9
Updated by Brice Beaumesnil almost 11 years ago
+1
useful with REST API versions (if this version have a wiki page)
#10
Updated by Miguel MartÃn over 10 years ago
+1
#11
Updated by David FR over 10 years ago
+1 for Wiki API with following functionnalities : create pages, add images, modifying text
#12
Updated by Wolf-Dieter Mische over 10 years 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 over 10 years ago
+1
#14
Updated by Charles Monteiro over 10 years ago
+1
#15
Updated by Jefferson Campos over 10 years ago
I support this feature. Would be nice have it! ;)
+1
#16
Updated by roman JProof over 10 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.
#17
Updated by Intrad Acebo over 10 years ago
+1
#18
Updated by Harry Garrood over 10 years ago
+1 from me too. Is this being worked on currently? If not, would a patch be accepted?
#19
Updated by Jean-Philippe Lang over 10 years 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 over 10 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.