Skip to content

Commit ad6e9de

Browse files
authored
Update Document.md
1 parent 1ad4f63 commit ad6e9de

File tree

1 file changed

+3
-46
lines changed

1 file changed

+3
-46
lines changed

Document.md

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
# APIJSON
2-
[![Java API](https://img.shields.io/badge/Java-1.6%2B-brightgreen.svg?style=flat)](http://www.oracle.com/technetwork/java/api-141528.html)
3-
[![Android API](https://img.shields.io/badge/Android-15%2B-brightgreen.svg?style=flat)](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)
4-
[![JavaScrpit API](https://img.shields.io/badge/JavaScript-ES5%2B-brightgreen.svg?style=flat)](http://www.ecma-international.org/publications/standards/Standard.htm)
5-
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
1+
# APIJSON通用文档
62

73
<br />
84

9-
[Java-Server](https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Java-Server) &nbsp; [Android](https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Android) &nbsp; [iOS](https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-iOS) &nbsp; [JavaScript](https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-JavaScript) &nbsp; [Vue.js](https://github.com/TommyLemon/APIJSON-JS-Vue)
10-
11-
[English Document](https://github.com/TommyLemon/APIJSON/blob/master/README-English.md)
12-
13-
[在线测试](http://39.108.143.172)
14-
15-
<br />
16-
17-
* ### [1.简介](#1)
5+
* ### [1.示例](#1)
186
* ### [2.对比传统方式](#2)
197
* [2.1 开发流程](#2.1)
208
* [2.2 客户端请求](#2.2)
@@ -38,38 +26,7 @@
3826
* [5.4 更新日志](#5.4)
3927
* [5.5 Star&Fork](#5.5)
4028

41-
## <h2 id="1">1.简介<h2/>
42-
43-
APIJSON是一种为API而生的JSON网络传输协议。<br />
44-
可在 简单的增删改查、复杂的查询、简单的事务操作 等场景下替代HTTP RESTful接口规范。<br />
45-
能大幅降低开发和沟通成本,简化开发流程,缩短开发周期。<br />
46-
适合中小型前后端分离的项目,尤其是互联网创业项目。<br />
47-
48-
客户端可以定义任何JSON结构去向服务端发起请求,服务端就会返回对应结构的JSON,所求即所得。<br />
49-
一次请求任意结构任意数据,方便灵活,不需要专门接口或多次请求。<br />
50-
支持增删改查、模糊搜索、正则匹配、远程函数、自动化权限校验、自动化版本管理、自动生成文档和请求代码等。<br />
51-
还能去除重复数据,节省流量提高速度!<br />
52-
53-
从此HTTP请求再也不用写接口了,更不用写文档了!<br />
54-
客户端再也不用和服务端沟通接口或文档问题了!再也不会被文档各种错误坑了!<br />
55-
服务端再也不用为了兼容旧版客户端写新版接口和文档了!再也不会被客户端随时随地没完没了地烦了!
56-
<br />
57-
[为什么要用APIJSON?](https://github.com/TommyLemon/APIJSON/wiki)
58-
59-
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/APIJSON_Auto_get.jpg)
60-
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/APIJOSN_Auto_Commnet.jpg)
61-
62-
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/apijson_all_pages_0.jpg)
63-
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/apijson_all_pages_1.jpg)
64-
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/apijson_all_pages_2.jpg)
65-
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/apijson_all_pages_3.jpg)
66-
67-
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/server_idea_log_complex.jpg)
68-
69-
<br />
70-
<br />
71-
72-
### 举几个例子:
29+
## <h2 id="1">1.示例<h2/>
7330

7431
#### 查询用户
7532
请求:

0 commit comments

Comments
 (0)