bergie / VIE

Semantic Interaction Framework for JavaScript

Home Page:http://viejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question regarding documentation: saving on server

akuckartz opened this issue · comments

In http://viejs.org/docs/2.1.0/ under the headline "Common representation of content on JavaScript level" it is stated in the two code examples that they save an article to a server. Is that correct? Which server is meant here?!

@akuckartz the saving operations happen through regular Backbone.sync, so it is either a POST or a PUT with a JSON-LD payload to the endpoint provided by Entity.url