Last modified by Thomas Mortagne on 2023/10/13

<
From version < 22.1 >
edited by Vincent Massol
on 2012/11/07
To version < 21.1 >
edited by Eduard Moraru
on 2012/11/07
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.enygma
Content
... ... @@ -36,6 +36,15 @@
36 36  
37 37  {{image reference="userPicker-viewMultiple.png"/}}
38 38  
39 +== REST API Improvements ==
40 +
41 +Some improvements have been done to the REST API with respect to wiki management.
42 +
43 +* XARs can be imported in Wikis by POSTing it to the /wikis/{wikiName}
44 +* New wikis can be created using the /wikimanager resource. (This resource is only available with XWiki Enterprise Manager)
45 +
46 +For more information see [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]]
47 +
39 39  == Miscellaneous ==
40 40  
41 41  <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!>
... ... @@ -48,17 +48,12 @@
48 48  
49 49  = For Developers =
50 50  
51 -== REST API Improvements ==
60 +== <developer feature N> ==
52 52  
53 -Some improvements have been done to the REST API with respect to wiki management.
62 +<description of developer feature N>
54 54  
55 -* XARs can be imported in Wikis by POSTing it to the /wikis/{wikiName}
56 -* New wikis can be created using the /wikimanager resource. (This resource is only available with XWiki Enterprise Manager)
64 +* XWiki REST API refactoring. Introduction of a new xwiki-platform-rest-api module containing all resource declarations. This is important for client and modules willing to use the REST API so that they can have all the information about resources using Java annotation. See [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]]
57 57  
58 -For more information see [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]]
59 -
60 -In addition there was an XWiki REST API refactoring done with the introduction of a new ##xwiki-platform-rest-api## module containing all resource declarations. This is important for client and modules willing to use the REST API so that they can have all the information about resources using Java annotation. See [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]].
61 -
62 62  == Execution context property declarations ==
63 63  
64 64  Execution context properties can now be associated with various metadata attributes. See [[the documentation on the execution context>>doc:platform:DevGuide.SavingData||anchor="HExecutionContext"]] for more information.

Get Connected