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] 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... 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 &... 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... B4A Code Snippet [updated] GoogleDrive via REST API V3 - Small Testproject - fredo    Oct 30, 2023   (22 reactions)   tags: Google Drive, google drive test modules --> https://www.b4x.com/android/forum/threads/googledrive-via-rest-api-v3-small-testproject...-via-api-v3.80775/#post-512176
' 2017-06-18, mw71, GDrive via APIv3 --> https://www.b4x.com... Share My Creation SithasoDaisy Countries REST API Explorer (Source Code) - Mashiane    Jun 7, 2023   (4 reactions) Hi there The attached source code lets you explore the countries API.. We use BANanoFetch to fetch and display countries related data from https://restcountries.com/v2/all 142665... B4J Tutorial [Web] Creating Secure MySQL REST API based WebApps using Api Keys on top of HTTPS - Mashiane    Apr 30, 2024   (2 reactions) Api Keys for Authenticating our MySQL WebApps to make them secure when using REST API functionality... here What do we mean by secure? By using an API Key for the MySQL REST API, one needs to feed.../threads/sithasodaisy-plug-n-play-php-crud-rest-api-mysql-sqlite-msserver-postgresql-for-banano.148907/#content https://www.b4x.com/android/forum/threads/bananovuetifyad3-vflexdialog-mysql-crud-rest-api...Hi Fam. This tutorial is based on the api.php project, originally posted in the forum on September... Page: 1   2   3   4   5   6   7   |