Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. gdelhumeau1 +XWiki.ThomasMortagne - Content
-
... ... @@ -939,21 +939,6 @@ 939 939 940 940 The xwiki-platform-rest-api module can be also seen as an authoritative reference for the REST API. 941 941 942 -= Generate a REST URL for a resource = 943 - 944 -If you need to generate a REST URL for a resource inside a script, you can use the REST script services: 945 - 946 -{{code language="velocity"}} 947 -$services.rest.url($entityReference) 948 -{{/code}} 949 - 950 -Where ##$entityReference## could be: 951 - 952 -* a ##DocumentReference## 953 -* a ##SpaceReference## 954 - 955 -We plan to add more supported entities in the future (ObjectReference, ClassReference, etc...). 956 - 957 957 = Using the RESTful API = 958 958 959 959 == Highlevel description and tutorial for a basic usage of the RESTful API ==