Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.6
-
None
Description
The first step in the "First steps" tutorial says:
--------------------------------
1. Interacting with Resources
To interact with resources, you need a REST client that is capable of issuing POST, PUT, GET and DELETE commands to remote resources. A very basic command line tool for this is cURL.
Create a Resource
Command:
curl -i -X POST http://localhost:8080/LMF/resource/1234
As a result, the resource with the URI http://localhost:8080/LMF/resource/1234 will be created, indicated by an HTTP status code of 201.
-----------------------------------
which actually doesn't change the state of the triplestore. The resource (without a triple) doesn't get created therefore this step is confusing.
Attachments
Issue Links
- relates to
-
MARMOTTA-148 Provide content on the main pages
- Closed