Details
-
Story
-
Resolution: Done
-
Neutral
-
None
-
None
-
None
-
None
-
-
Empty show more show less
-
Docu Sprint 36
-
8
Description
A (REST) beginners tutorial.
Giving a "full service guide" from installing to a very small usage example
New page - however, some content can be reused from My first REST request and maybe REST API.
Possible TOC
Setup
Installing the modules (link to modules page)
Security settings
Testing the setup
Getting familiar with the tools
swagger tools (incldung setting the apiBasepath property)
cURL
others: we may provide a little static HTML which can be served from magnolia to send request to the endpoints
The endpoints - an overview
nodes and properties: Can do GET, PUT, POST and DELETE
delivery: GET only (atm)
Comparision (not sure about this ...)
My first REST requests
via cURL (or the little static HTML - if build)
Further reading, next steps
link to Accessing content on the client side, API docs, ...