Hi Jeremias, On Wed, Nov 2, 2011 at 12:02 PM, Jeremias Maerki <d...@jeremias-maerki.ch> wrote: > I'm currently experimenting with the Client REST API. I've pretty much > deciphered the API from the code now, but running some experiments with > curl, I don't get any results. Here's what I did: > > 1. Uploaded a couple of artifacts using the Vaadin interface and created > a feature with the two artifacts added to it. Clicked "Store". > > 2. POST http://localhost:8180/client/work > > -> Returns the session ID: Location: http://localhost:8180/client/work/rest-4 > > 3. GET http://localhost:8180/client/work/rest-4/artifact > > -> Returns "[]" > (same for all other entity types) > > 4. DELETE http://localhost:8180/client/work/rest-4 > > What am I missing?
Assuming the "Store" worked and thus a "Retrieve" yields the same state this should work. I just tried this against current trunk and it does work for me. Something fishy is going on... happy hunting! Bram > Thanks, > Jeremias Maerki > >