Share My Creation [Web][SithasoDaisy5] Low Code Generated CRUD WebApp using MySQL as Back-End via REST API (PHP) - Mashiane    Oct 22, 2025   (3 reactions) for more context of what we are trying to achieve here. NFuJpI7bAmI Enjoy! MySQL REST API...-the-ultimate-vehicle-expense-tracker-app-using-api-key-secure-mysql-rest-api-on-top-of-https.160862...-rest-api.166788/ https://www.b4x.com/android/forum/threads/web-sithasoionic7-sticky-notes-mysql-rest-api-crud.158786/ https://www.b4x.com/android/forum/threads/web-sithasoionic7-mysql-rest-api-task... the b4x project, double the api.php file and update your database connnection parameters, save the file... Share My Creation [Web][SithasoDaisy] Revolutionize Your Ride: The Ultimate Vehicle Expense Tracker App using Api Key Secure MySQL REST API on top of HTTPS - Mashiane    Apr 30, 2024   (2 reactions) using MySQL REST API, this app is set to transform the way you manage your vehicle expenses... tedious paperwork. Our app seamlessly integrates with MySQL REST API, allowing for efficient data... B4A Code Snippet [B4X] Google Geocoding REST API - Erel    Dec 12, 2019   (26 reactions)   tags: Geo, B4X Google Geocode REST, rest api, google maps api, Geocode, EVCharge This code is compatible with B4A, B4i and B4J. 1. Get an API key: https://developers.google.com/maps/documentation/geocoding/get-api-key 2. Sub PlaceToLatLon(Place As String) As ResumableSub Dim res() As Double = Array As Double(9999, 9999) Dim j As HttpJob j.Initialize("", Me) j.Download2("https://maps.googleapis.com/maps/api/geocode/json", Array As String("key", API_KEY, "address", Place)) Wait For (j) JobDone(j As HttpJob) If j... Share My Creation [Web][SithasoDaisy] Secure CRUD MySQL REST API Web App using Api Key on top of HTTPS - Mashiane    Apr 30, 2024 required fields Each action to the REST API requires the API Key. The MySQL Webserver should run on HTTPS. What do we mean by secure? By using an API Key for the MySQL REST API, one needs to feed a "header" key with a key to execute any call to the backend MySQL database when using the API... PGt5HInh55s Related content https://www.b4x.com/android/forum/threads/web-creating-secure-mysql-rest-api-based-webapps-using-api-keys-on-top-of-https.160849/#post-987167 Source Code? If you are subscribed... B4A Tutorial [B4X] Sending emails with Gmail REST API - Erel    Jul 17, 2017   (38 reactions)   tags: Mail, b4x, google, send, Email /SS-2017-07-17_17.10.47.png Once allowed we can use the Gmail API to send messages. Start.../#content You need to enable Gmail API in Google developers console and get a client id. Once... B4J Tutorial Pocketbase CRUD REST API & SSE with PostMan and then HttpUtils - Mashiane    Jan 15, 2024   (9 reactions) REST-ish API.
It runs on Linux, Windows and Mac, You can get it here, https://pocketbase.io/
We will look at each offering using HTTPUtils, thus covering the REST API both with postman &... Share My Creation [Web] Collectables Tracker with SithasoDaisy5 (Uses PHP MySQL REST API) - Mashiane    Apr 29, 2025   (2 reactions) Hi Fam Download (Find in Tutorials Folder) 163740 Are you a collector? A collectibles tracker web app is an online tool that helps collectors organize, manage, and monitor their collections — and often track market values in real time. At its core, a collectibles tracker lets you: Catalog your items (like Pokémon cards, sneakers, sports memorabilia, coins, NFTs, etc.) Record details (such a... B4J Tutorial [SithasoDaisy5] Creating your first MySQL CRUD WebApp using REST API With API-Key (Php) - Mashiane    Apr 27, 2025   (6 reactions)
B4j
SithasoDaisy5
MySQL
DaisyUI
In this tutorial we will create our first MySQL CRUD WebApp using REST API... functionality.
The REST API for security purposes will use an API Key
By the end of this tutorial... B4J Tutorial [SithasoDaisy5] Creating your 2nd MySQL CRUD WebApp using REST API With API-Key (Php) - FamilyTree - Mashiane    Apr 23, 2025   (4 reactions) /sithasodaisy5-creating-your-first-mysql-crud-webapp-using-rest-api-with-api-key-php.166269/
Let's go... Share My Creation Gemini AI Server using REST API with Streaming - aeric    Nov 29, 2025   (8 reactions) /threads/gemini-ai-example-using-rest-api-ui.169487/...168645 This is a server example to make API call to Google Gemini using OkHttpUtils2 and Json libraries. Get API Key: https://aistudio.google.com/api-keys Learn more: https://ai.google.dev/gemini-api/docs/quickstart#java This example is still not perfect. Welcome to collaborate. GitHub: https://github.com/pyhoon/Gemini_Server This project is very challenging! Gemini itself was not really... Page: 1   2   3   4   5   6   7   |