@@ -4,3 +4,172 @@ You can try:
4
4
5
5
- [ Demo uliweb project] ( demo/README.md )
6
6
- [ uliweb-apijson document] ( uliweb_apijson/apijson/README.md )
7
+
8
+ ------
9
+
10
+ uliweb-apijson 是 APIJSON 的 Python 版后端实现,基于 uliweb 框架。
11
+
12
+ <h1 align =" center " style =" text-align :center ;" >
13
+ APIJSON
14
+ </h1 >
15
+
16
+ <p align =" center " >�码云最有价值开源项目<br />�后端接口和文档自动化,前端(客户端) 定制返回JSON的数据和结构!</p >
17
+
18
+ <p align =" center " >
19
+ <a href =" https://github.com/TommyLemon/APIJSON/tree/master/MySQL " ><img src =" https://img.shields.io/badge/MySQL-5.7%2B-brightgreen.svg?style=flat " ></a >
20
+ <a href =" https://github.com/TommyLemon/APIJSON/tree/master/PostgreSQL " ><img src =" https://img.shields.io/badge/PostgreSQL-9.5%2B-brightgreen.svg?style=flat " ></a >
21
+ <a href =" https://github.com/TommyLemon/APIJSON/tree/master/Oracle " ><img src =" https://img.shields.io/badge/Oracle-11%2B-brightgreen.svg?style=flat " ></a >
22
+ <a href =" https://github.com/TommyLemon/APIJSON/tree/master/MySQL " ><img src =" https://img.shields.io/badge/TiDB-2.1%2B-brightgreen.svg?style=flat " ></a >
23
+ </p >
24
+ <p align =" center " >
25
+ <a href =" https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Java-Server " ><img src =" https://img.shields.io/badge/Java-1.7%2B-brightgreen.svg?style=flat " ></a >
26
+ <a href =" https://github.com/zhangchunlin/uliweb-apijson " ><img src =" https://img.shields.io/badge/Python-3%2B-brightgreen.svg?style=flat " ></a >
27
+ <a href =" https://github.com/liaozb/APIJSON.NET " ><img src =" https://img.shields.io/badge/CSharp-2.1%2B-brightgreen.svg?style=flat " ></a >
28
+ <a href =" https://github.com/qq547057827/apijson-php " ><img src =" https://img.shields.io/badge/PHP-7.0%2B-brightgreen.svg?style=flat " ></a >
29
+ <a href =" https://github.com/TEsTsLA/apijson " ><img src =" https://img.shields.io/badge/Node.js-ES6%2B-brightgreen.svg?style=flat " ></a >
30
+ </p >
31
+ <p align =" center " >
32
+ <a href =" https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Android " ><img src =" https://img.shields.io/badge/Android-4.0%2B-brightgreen.svg?style=flat " ></a >
33
+ <a href =" https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-iOS " ><img src =" https://img.shields.io/badge/iOS-7%2B-brightgreen.svg?style=flat " ></a >
34
+ <a href =" https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-JavaScript " ><img src =" https://img.shields.io/badge/JavaScript-ES6%2B-brightgreen.svg?style=flat " ></a >
35
+ </p >
36
+ <p align =" center " >
37
+ <a href =" https://github.com/TommyLemon/APIJSON/blob/master/Document-English.md " >English</a >
38
+ <a href =" https://github.com/TommyLemon/APIJSON/blob/master/Document.md " >通用文档</a >
39
+ <a href =" http://i.youku.com/apijson " >视频教程</a >
40
+ <a href =" http://apijson.org " >在线工具</a >
41
+ </p >
42
+
43
+ <p align =" center " >
44
+ <img src =" https://raw.githubusercontent.com/TommyLemon/APIJSON/master/logo.png " />
45
+ </p >
46
+ ---
47
+
48
+
49
+ APIJSON是一种为API而生的JSON网络传输协议。<br />
50
+ 为 简单的增删改查、复杂的查询、简单的事务操作 提供了完全自动化的API。<br />
51
+ 能大幅降低开发和沟通成本,简化开发流程,缩短开发周期。<br />
52
+ 适合中小型前后端分离的项目,尤其是互联网创业项目和企业自用项目。<br />
53
+
54
+ 通过自动化API,前端可以定制任何数据、任何结构!<br />
55
+ 大部分HTTP请求后端再也不用写接口了,更不用写文档了!<br />
56
+ 前端再也不用和后端沟通接口或文档问题了!再也不会被文档各种错误坑了!<br />
57
+ 后端再也不用为了兼容旧接口写新版接口和文档了!再也不会被前端随时随地没完没了地烦了!
58
+
59
+ <p align =" center " >
60
+ <a ><img src =" https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_GVPAwardCertificate-small.jpg " ></a >
61
+ </p >
62
+
63
+ ### 特点功能
64
+
65
+ #### 在线解析
66
+ * 自动生成接口文档,清晰可读永远最新
67
+ * 自动生成请求代码,支持Android和iOS
68
+ * 自动生成JavaBean文件,一键下载
69
+ * 自动管理与测试接口用例,一键共享
70
+ * 自动校验与格式化JSON,支持高亮和收展
71
+
72
+ #### 对于前端
73
+ * 不用再向后端催接口、求文档
74
+ * 数据和结构完全定制,要啥有啥
75
+ * 看请求知结果,所求即所得
76
+ * 可一次获取任何数据、任何结构
77
+ * 能去除重复数据,节省流量提高速度
78
+
79
+ #### 对于后端
80
+ * 提供通用接口,大部分API不用再写
81
+ * 自动生成文档,不用再编写和维护
82
+ * 自动校验权限、自动管理版本、自动防SQL注入
83
+ * 开放API无需划分版本,始终保持兼容
84
+ * 支持增删改查、模糊搜索、正则匹配、远程函数等
85
+
86
+ <br />
87
+
88
+ ![ ] ( https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_get.jpg )
89
+ <p align =" center " >
90
+ <a >多表关联查询、结构自由组合、多个测试账号、一键共享测试用例</a >
91
+ </p >
92
+
93
+ ![ ] ( https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_code.jpg )
94
+ <p align =" center " >
95
+ <a >自动生成封装请求JSON的Android与iOS代码、一键自动生成JavaBean或解析Response的代码</a >
96
+ </p >
97
+
98
+ ![ ] ( https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_doc.jpg )
99
+ <p align =" center " >
100
+ <a >自动保存请求记录、自动生成接口文档,可添加常用请求、快捷查看一键恢复</a >
101
+ </p >
102
+
103
+ ![ ] ( https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_test.jpg )
104
+ <p align =" center " >
105
+ <a >一键自动接口回归测试,不需要写任何代码(注解、注释等全都不要)</a >
106
+ </p >
107
+
108
+ <br /><br />
109
+ [ 以下Gif图看起来比较卡,实际在手机上App运行很流畅]
110
+ <br />
111
+ ![ ] ( https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_App_MomentList_Circle.gif )
112
+ ![ ] ( https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_App_Moment_Name.gif )
113
+ ![ ] ( https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_App_Moment_Comment.gif )
114
+
115
+ <br />
116
+
117
+ ### 为什么要用APIJSON?
118
+ [ 前后端10大痛点解析] ( https://github.com/TommyLemon/APIJSON/wiki )
119
+
120
+ ### 快速上手
121
+ [ Demo] ( https://github.com/zhangchunlin/uliweb-apijson/blob/master/demo/README.md ) <br />
122
+ [ 文档] ( https://github.com/zhangchunlin/uliweb-apijson/blob/master/uliweb_apijson/apijson/README.md )
123
+
124
+ ### 下载客户端App
125
+
126
+ 仿微信朋友圈动态实战项目<br />
127
+ [ APIJSONApp.apk] ( http://files.cnblogs.com/files/tommylemon/APIJSONApp.apk )
128
+
129
+ 测试及自动生成代码工具<br />
130
+ [ APIJSONTest.apk] ( http://files.cnblogs.com/files/tommylemon/APIJSONTest.apk )
131
+
132
+
133
+ ### 技术交流
134
+ 如果有什么问题或建议可以 [ 提ISSUE] ( https://github.com/zhangchunlin/uliweb-apijson/issues ) 或 [ 加群] ( https://github.com/TommyLemon/APIJSON#%E6%8A%80%E6%9C%AF%E4%BA%A4%E6%B5%81 ) ,交流技术,分享经验。<br >
135
+ 如果你解决了某些bug,或者新增了一些功能,欢迎 [ 贡献代码] ( https://github.com/zhangchunlin/uliweb-apijson/pulls ) ,感激不尽~
136
+
137
+ ### 贡献者们
138
+ <div style =" float :left " >
139
+ <a href =" https://github.com/zhangchunlin " ><img src =" https://avatars0.githubusercontent.com/u/359281?s=400&v=4 " height =" 90 " width =" 90 " ></a >
140
+ <a href =" https://github.com/zhangchunlin/uliweb-apijson/pull/1 " ><img src =" https://avatars1.githubusercontent.com/u/5738175?s=400&u=5b2f372f0c03fae8f249d2d754e38971c2e17b92&v=4 " height =" 90 " width =" 90 " ></a >
141
+ </div >
142
+ <br />
143
+ 感谢大家的贡献。
144
+
145
+ ### 相关推荐
146
+ [ APIJSON, 让接口和文档见鬼去吧!] ( https://my.oschina.net/tommylemon/blog/805459 )
147
+
148
+ [ 仿QQ空间和微信朋友圈,高解耦高复用高灵活] ( https://my.oschina.net/tommylemon/blog/885787 )
149
+
150
+ [ 后端开挂:3行代码写出8个接口!] ( https://my.oschina.net/tommylemon/blog/1574430 )
151
+
152
+ [ 后端自动化版本管理,再也不用改URL了!] ( https://my.oschina.net/tommylemon/blog/1576587 )
153
+
154
+ [ 3步创建APIJSON后端新表及配置] ( https://my.oschina.net/tommylemon/blog/889074 )
155
+
156
+
157
+ ### 其它项目
158
+ [ APIJSON] ( https://github.com/TommyLemon/APIJSON ) 码云最有价值项目:后端接口和文档自动化,前端(客户端) 定制返回JSON的数据和结构
159
+
160
+ [ APIJSONAuto] ( https://github.com/TommyLemon/APIJSONAuto ) 自动化接口管理工具,自动生成文档与注释、自动生成代码、自动化回归测试、自动静态检查等
161
+
162
+ [ APIJSON-Android-RxJava] ( https://github.com/TommyLemon/APIJSON-Android-RxJava ) 仿微信朋友圈动态实战项目,ZBLibrary(UI) + APIJSON(HTTP) + RxJava(Data)
163
+
164
+ [ Android-ZBLibrary] ( https://github.com/TommyLemon/Android-ZBLibrary ) Android MVP快速开发框架,Demo全面,注释详细,使用简单,代码严谨
165
+
166
+ 感谢热心的作者们的贡献,点 ⭐Star 支持下他们吧。
167
+
168
+ ### 持续更新
169
+ https://github.com/zhangchunlin/uliweb-apijson/commits/master
170
+
171
+ ### 码云主页
172
+ https://gitee.com/zhangchunlin/uliweb-apijson
173
+
174
+ ### 我要赞赏
175
+ 如果你喜欢 uliweb-apijson,感觉它帮助到了你,可以点右上角 ⭐Star 支持一下,谢谢 ^_ ^
0 commit comments