# jquery.rest.client
**Repository Path**: anylain/jquery.rest.client
## Basic Information
- **Project Name**: jquery.rest.client
- **Description**: 基于JQuery的REST客户端,可以很大程度上减少REST接口调用的复杂度
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 31
- **Forks**: 10
- **Created**: 2014-05-21
- **Last Updated**: 2023-11-24
## Categories & Tags
**Categories**: jquery-plugins
**Tags**: None
## README
#RestClient
===============
这是一个用于快速方便的访问RESTful接口的JQuery组件
特点
----------------
1. 内置多套默认请求模型,通过更少的代码就可以生成Rest请求
2. 自动完成对象的序列化和反序列化
3. 灵活的可叠加的配置管理
4. 自动进行的参数转义替换和url构建
快速开始
----------------
```html