You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-English.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,16 @@ APIJSON is a JSON based internet communication protocol and an ORM library that
74
74
### Features:
75
75
#### For getting data:
76
76
You can get any data by defining the specific information you want and send it to the server.<br />
77
-
You can get different types of data by making just one request to the server. It's very convenient and flexible, and dosen't require different API endpoints with multiple requests.<br />
78
-
It provides CRUD(read and write), Fuzzy Search, Remote Function Calls,etc. You can also save duplicate data, see request history,etc.<br />
77
+
You can get different types of data by making just one request to the server. <br />
78
+
It's very convenient and flexible, and dosen't require different API endpoints with multiple requests. <br />
79
+
It provides CRUD(read and write), Fuzzy Search, Remote Function Calls,etc. <br />
80
+
You can also save duplicate data, see request history,etc. <br />
79
81
80
82
#### For API design:
81
-
APIJSON largely reduces API developers' workload by reducing most api design and documentation work.<br />
82
-
With APIJSON, client developers will no longer be suffered from possible errors in documents, and it saves communication between server developers and client developers about APIs or documentations .<br />
83
-
Server developers no longer need to worry about compatibility of APIs and documents with legacy apps.
83
+
APIJSON largely reduces API developers' workload by reducing most api design and documentation work. <br />
84
+
With APIJSON, client developers will no longer be suffered from possible errors in documents, <br />
85
+
and it saves communication between server developers and client developers about APIs or documentations .<br />
86
+
Server developers no longer need to worry about compatibility of APIs and documents with legacy apps. <br />
0 commit comments