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
- Versioning (using ROOT_PATH in config.ini, set as "/" if you don't want versioning)
15
17
- Auto generated documentation with API test.
16
18
17
-
# How to use:
19
+
# Create B4X template from source
20
+
1. Archive the files inside "Web API" directory as "Web API.zip" using WinRAR or 7-Zip
21
+
2. Rename the extension from .zip to .b4xtemplate
22
+
23
+
# How to use
18
24
1. Copy the "Web API.b4xtemplate" file into B4J platform Additional folder.
19
25
2. Open B4J and create a new project with "Web API" template. Give your project any name you like, for e.g. WebAPI
20
26
3. Run the project in Debug or Release mode. You will see something like this in the Logs:
@@ -29,10 +35,10 @@ http://127.0.0.1:19800/v1/
29
35
7. In B4J project, comment the line '#AdditionalJar: sqlite-jdbc-3.36.0.2 and uncomment the line #AdditionalJar: mysql-connector-java-5.1.49-bin. (Make sure you are using the correct version of connector)
0 commit comments