Vote #68776
完了Rest API for wiki
0%
journals
--------------------------------------------------------------------------------
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:
<pre>
/projects/:project_id/wiki => the project wiki (a single resource)
/projects/:project_id/wiki/pages => the wiki pages (a collection resource)
</pre>
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.
--------------------------------------------------------------------------------
Not many requests here and time is missing for 1.2.0.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Very nice feature
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
useful with REST API versions (if this version have a wiki page)
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1 for Wiki API with following functionnalities : create pages, add images, modifying text
--------------------------------------------------------------------------------
+1 Functionnalities should be: create page, add attachement to a page, get pages (or pages names), adding a test section
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
I support this feature. Would be nice have it! ;)
+1
--------------------------------------------------------------------------------
+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.
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1 from me too. Is this being worked on currently? If not, would a patch be accepted?
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,11194,Access Wiki via REST respectivly Web Sevice