centiq-crest:流星的宁静图书馆

时间:2024-06-10 10:16:10
【文件属性】:

文件名称:centiq-crest:流星的宁静图书馆

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-10 10:16:10

JavaScript

波峰 Crest是Meteor的HTTP库的轻量级包装程序包,它提供了结构化的接口,使您可以快速访问静态数据。 安装 为了安装波峰,您应该在Meteor Project中执行以下命令: meteor add centiq:crest 快速开始 步骤1: 创建一个新的Crest客户端。 var client = new Crest ( options ) ; 第2步 设置您的资源 client . addResource ( "posts" ) ; client . addResource ( "comments" ) ; client . addResource ( "support" ) ; 第三步 使用新添加的Resources 。 // GET /posts var posts = client . posts . get ( ) ; // GET /posts/44


【文件预览】:
centiq-crest-master
----.travis.yml(224B)
----contributers.txt(64B)
----package.js(2KB)
----tests()
--------crest.js(3KB)
--------resource.js(16KB)
--------api.js(2KB)
--------requests.js(3KB)
--------resources.js(4KB)
----COPYRIGHT(1KB)
----lib()
--------shared()
--------deep_extend_mixin.js(3KB)
----README.md(3KB)

网友评论