Pakai - iykyk or ydkwydk

aeric

Expert
Licensed User
Longtime User
Blame this guy name aeric.
if you know, you know (what pakai is?)
but often
you don't know what you don't know (what pakai can do?)

ask this guy to write an exhaustive documentation about its usage!

even AIs may not accurately know what "Pakai server framework" is or does. :rolleyes:
 

aeric

Expert
Licensed User
Longtime User
Pakai Server v6 project template is not ready for creating Web API server out of the box.

However it is not difficult to add the feature back to this version.
Here is the modded version. I still need to update WebApiUtils to resolve a conflict keyword with MiniHtml library on "Tag".

I have also changed the endpoints used by HTMX to a different path.
B4X:
App.Rest("/hx/products/*", "ProductsHandler")
App.Rest("/hx/categories/*", "CategoriesHandler")
 

Attachments

  • MiniTeller_2025-11-12_1454.zip
    172.7 KB · Views: 25
Last edited:
Top