polymer RESTful CRUD 应用程序

标签 polymer

我有一个使用和生成 JSON 的用户资源。
我想在 Polymer 中进行 RESTful 调用(GET、POST、PUT、DELETE)。

任何示例应用程序或资源链接。

最佳答案

我为一个开源 domotic 项目制作了这个 Polymer 应用程序:

https://github.com/NikZar/nautes-freedomotic-dashboard

你可以看看我的:fd-rest-element-service.html看看它是如何在应用程序中使用的。

我希望这有帮助 :)

关于 polymer RESTful CRUD 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24600326/

相关文章:

html - vim 中非标准元素的缩进和语法

html - 如何在声明它的同一规则中使用 CSS 变量

node.js - 最小工作 polymer 示例

javascript - polymer 中的私有(private)非静态变量?

css - 如何防止链接破坏 Polymer 中的样式?

javascript - polymer iron-ajax调用以及如何在绑定(bind)发生之前修改/过滤响应?

javascript - 在 GWT 中处理 iron-list 的键盘事件?

javascript - polymer `<custom-style>` : which line of code stops appending to DOM multiple imports of the same custom-style template module?

javascript - 核心组件页面中的多个 polymer 元素

polymer - polymer 中的行为 : where is the part of code that applies listeners and properties?