RESTful 的 JavaScript 开发包 Rest.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/cujojs/rest
- 软件文档: https://github.com/cujojs/rest
软件介绍
rest.js 是一个 RESTful HTTP 客户端的 JavaScript 包。
示例代码:
var rest, mime, client;
rest = require('rest'),
mime = require('rest/interceptor/mime');
client = rest.chain(mime);
client({ path: '/data.json' }).then(function(response) {
console.log('response: ', response);
});
Building Websites with Joomla!
H Graf / Packt Publishing / 2006-01-20 / USD 44.99
This book is a fast paced tutorial to creating a website using Joomla!. If you've never used Joomla!, or even any web content management system before, then this book will walk you through each step i......一起来看看 《Building Websites with Joomla!》 这本书的介绍吧!
