Project

General

Profile

Actions

Feature #7082

closed

Rest API for wiki

Added by Jean-Philippe Lang over 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Category:
REST API
Target version:
Start date:
2010-12-08
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Related issues

Has duplicate Redmine - Feature #11194: Access Wiki via REST respectivly Web SeviceClosed

Actions
Actions #1

Updated by Jean-Philippe Lang over 13 years ago

  • Tracker changed from Defect to Feature
Actions #2

Updated by Jean-Philippe Lang over 13 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.

Actions #3

Updated by Jean-Philippe Lang almost 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.

Actions #4

Updated by Etienne Massip almost 13 years ago

  • Target version changed from Unplanned backlogs to Candidate for next major release
Actions #5

Updated by Yuriy Vidineev over 12 years ago

Very nice feature

Actions #6

Updated by Kassio Borges over 12 years ago

+1

Actions #8

Updated by Yannick SAVANIER about 12 years ago

+1

Actions #9

Updated by Brice Beaumesnil about 12 years ago

+1

useful with REST API versions (if this version have a wiki page)

Actions #10

Updated by Miguel Martín almost 12 years ago

+1

Actions #11

Updated by David FR over 11 years ago

+1 for Wiki API with following functionnalities : create pages, add images, modifying text

Actions #12

Updated by Wolf-Dieter Mische over 11 years ago

+1 Functionnalities should be: create page, add attachement to a page, get pages (or pages names), adding a test section

Actions #13

Updated by Evgeny Sinelnikov over 11 years ago

+1

Actions #14

Updated by Charles Monteiro over 11 years ago

+1

Actions #15

Updated by Jefferson Campos over 11 years ago

I support this feature. Would be nice have it! ;)

+1

Actions #16

Updated by roman JProof over 11 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.

Actions #17

Updated by Intrad Acebo over 11 years ago

+1

Actions #18

Updated by Harry Garrood over 11 years ago

+1 from me too. Is this being worked on currently? If not, would a patch be accepted?

Actions #19

Updated by Jean-Philippe Lang over 11 years ago

  • Assignee set to Jean-Philippe Lang
  • Target version changed from Candidate for next major release to 2.2.0
Actions #20

Updated by Jean-Philippe Lang over 11 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.

Actions

Also available in: Atom PDF