Szaby Grünwald created MARMOTTA-96:
--------------------------------------

             Summary: Remove/adapt the first step of the "First steps" tutorial 
since it doesn't have an effect therefore confusing
                 Key: MARMOTTA-96
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-96
             Project: Marmotta
          Issue Type: Improvement
    Affects Versions: 2.6
            Reporter: Szaby Grünwald
            Priority: Minor


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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to