文件名称:ng-rest-api:用于角度的Rest API提供程序
文件大小:21KB
文件格式:ZIP
更新时间:2024-04-14 23:50:10
JavaScript
Ng-rest-api Ng-rest-api-是rest api提供程序,用于对服务器和实例化模型的http操作请求进行角度处理。 Ng-rest-api使用ngResource。 这简化了常见的GET,POST,DELETE和UPDATE请求。 您也可以轻松阅读标题。 而且,当然,如果需要-您可以获得纯文本响应(有时很方便,但不要过度使用) 更新:添加对缓存的支持工作(请参见下文)。 添加到项目 手动下载ng-rest-api.min.js或使用bower或npm安装。 $ bower install ng-rest-api --save 或者 $ npm install ng-rest-api --save 在您的网站中包含ng-rest-api.min.js 。 < script src =" bower_components/ng-rest-api/ng-rest-a
【文件预览】:
ng-rest-api-master
----README.MD(5KB)
----package.json(862B)
----gulpfile.js(2KB)
----LICENSE(1KB)
----src()
--------index.js(160B)
--------api_endpoint_config.js(1KB)
--------api.provider.js(1KB)
--------cache.js(1KB)
--------api_endpoint.js(6KB)
----.npmignore(148B)
----.gitignore(166B)
----demo()
--------demo.js(1KB)
--------demo.html(350B)
--------demo.dist.js(19KB)
----ng-rest-api.min.js(7KB)
----bower.json(562B)
----ng-rest-api.js(19KB)