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.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# WebAPI-B4J
2
-
Version: 1.15
2
+
Version: 1.16
3
3
4
4
A boilerplate for creating REST API Server with CRUD functionalities.
5
5
@@ -26,16 +26,16 @@ A boilerplate for creating REST API Server with CRUD functionalities.
26
26
- Auto generated documentation with API test.
27
27
28
28
# Create B4X template from source
29
-
1. Archive the files inside "Web API" directory as "Web API Server (1.15).zip" using WinRAR or 7-Zip
29
+
1. Archive the files inside "Web API" directory as "Web API Server (1.16).zip" using WinRAR or 7-Zip
30
30
2. Rename the extension from .zip to .b4xtemplate
31
31
32
32
# How to use
33
-
1. Download "Web.API.Server.1.15.b4xtemplate" from Release (https://github.com/pyhoon/webapi-b4j/releases). Rename it to "Web API Server (1.15).b4xtemplate".
34
-
2. Copy the "Web API Server (1.15).b4xtemplate" file into B4J Additional Libraries folder.
33
+
1. Download "Web.API.Server.1.16.b4xtemplate" from Release (https://github.com/pyhoon/webapi-b4j/releases). Rename it to "Web API Server (1.16).b4xtemplate".
34
+
2. Copy the "Web API Server (1.16).b4xtemplate" file into B4J Additional Libraries folder.
35
35
3. Open B4J and create a new project with "Web API" template. Give the project a name, for e.g. WebAPI
36
36
4. Run the project in Debug or Release mode. You will see something like this in the Logs:
37
37
```
38
-
Web API Server (version = 1.15) is running on port 19800
38
+
Web API Server (version = 1.16) is running on port 19800
0 commit comments