Polymer RESTful CRUD app
polymer
Solution
I made this Polymer app for an Open Source domotic project:
https://github.com/NikZar/nautes-freedomotic-dashboard
You can take a look at my: fd-rest-element-service.html and see how it gets used in the application.
I hope this helps :)
Problem
I have a Users resource that consumes and produces JSON. I want to make RESTful calls (GET,POST,PUT,DELETE) in Polymer. Any example app or link to resources.