Changes for page REST API

Last modified by Thomas Mortagne on 2024/03/12

From version 70.2
edited by Vincent Massol
on 2017/09/06
Change comment: Update document after refactoring.
To version 70.4
edited by Vincent Massol
on 2017/09/07
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -The XWiki RESTful API
1 +REST API
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  {{/code}}
16 16  
17 -All the resource references described in the [[XWiki RESTful API Documentation>>#HXWikiRESTfulAPIDocumentation]] should be intended relative to this URL.
17 +All the resource references described in the [[XWiki RESTful API Documentation>>platform:Features.XWikiRESTfulAPI#HXWikiRESTfulAPIDocumentation]] should be intended relative to this URL.
18 18  
19 19  For example the ##/wikis## resources on a server running on ##localhost## on port ##8080## can be retrieved using the following URL : ##http:~/~/localhost:8080/xwiki/rest/wikis##
20 20  
... ... @@ -975,7 +975,7 @@
975 975  
976 976  = Custom resources =
977 977  
978 -It's possible to easily add any REST resource by registering a ##org.xwiki.rest.XWikiResource## java component on your wiki (see [[Component guide>>DevGuide.WritingComponents]] for more details).
978 +It's possible to easily add any REST resource by registering a ##org.xwiki.rest.XWikiResource## java component on your wiki (see [[Component guide>>platform:DevGuide.WritingComponents]] for more details).
979 979  
980 980  {{code language="java"}}
981 981  package org.xwiki.contrib.rest;

Get Connected