api

  1. DaOel

    Android Question B4A App as SMS-Messenger + API

    I receive requests from users of my app, that the old SMS Reminder Function in my older apps were a great tool. Thats why I tried to create an app that fullfills all criteria for an SMS Messenger. Finally I ended up Google not allowing it in the Play Store. (Main Purpose is different from...
  2. K

    Android Question B4X do something if Wait For takes long

    Hello everyone! I have created an app that akes lot's of API Calls. Some times the connection to the server isn't easy, so the app has to wait. This is why I have added a Loading Indicator for the user to know that everything works fine, they just have to wait a few seconds. Nevertheless, the...
  3. Alexander Stolte

    Android Example [B4X] Supabase - Storage Files

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a very simple tutorial on how to use the storage file options. Upload File Uploads a file to an existing bucket. Dim UploadFile As Supabase_StorageFile =...
  4. Alexander Stolte

    Android Example [B4X] Supabase - Storage Bucket

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a very simple tutorial on how to use the storage bucket options. CREATE Creates a new Storage bucket Name - A unique identifier for the bucket you are creating Dim CreateBucket As...
  5. Alexander Stolte

    B4A Library [B4X] Supabase - The Open Source Firebase alternative

    Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit...
  6. a.consorti

    B4J Question wait for and api response

    Hi guys! How are you, I state that I'm new to B4J and, despite my many attempts and various readings, I can't do something that should be simple. In practice I have created a web portal in B4J and I manage the various pages through the handlers. So far, so good. The problem arises when I...
  7. A

    Android Question Accessing What3words with B4A in Offline Mode to Send an SOS message when Off-Grid

    Please correct me; as I understand the What3words API needs to be used with internet access. Am I correct? Is there any way for a B4A program to access the API 'offline', i.e to generate the three words from Lat/Long using the API? If yes, how may this be done? Any code snippet will help me get...
  8. aeric

    B4J Code Snippet [web]JSON Web Token (auth0/java-jwt)

    You can use this class to generate JSON Web Token (JWT) for use in Web API B4J Server. This code is using JavaObject from Java JWT github project (https://github.com/auth0/java-jwt) by Auth0. I only add support for HMAC algorithms. If you want, you can modify this code to support RSA and ECDSA...
  9. Lakhtin_V

    Android Question Need an example of using the Request API

    I'm new to using API technologies, where you can see a complete example that allows you to make a request to a production server and get a response. I hope the example will be created using the simplest WORKING WEB server. I can't find an example of how to start a communication session and get...
  10. K

    B4J Question Http job fails after building standalone package

    Hi All, I am fetching the current date from "https://www.timeapi.io/api/Time/current/zone?timeZone=Asia/Kolkata" API. The http job works perfectly when the project run in b4j IDE, but when after building to standalone package, http job always fails. attached the zip project for reference and...
  11. Daniel44

    Android Question [SOLVED]Casting issues within a For Each iterating data from an API

    Hey! I'm working with my API made in PHP . Afer I got logged it returns an Access Token and a Refresh Token in json format. Like this: Postman: { "statusCode": 201, "success": true, "messages": [], "data": { "session_id": 9, "access_token"...
  12. DarkoT

    B4J Question OpenRoute or OpenStreetMap - how to use?

    Hi guys, I need to create small desktop application which will show the users some direction between two points on map. User need to input first adress and second adress and I will show him the road from start to end point. I found API for this on OpenRoute or OpenStreet Map (okey, basicaly I...
  13. W

    Android Code Snippet Conversion from CUrl to B4A

    It is quite convenient to upload images to public cloud server and share the image link to other people rather than share the real image files directly! The following code snippets showed how to upload and search images by CUrl command (provided by: https://apidocs.imgur.com/) and by B4A syntax...
  14. mmieher

    Android Question AWS DynamoDB Hash Confusion

    Based on this model: https://www.b4x.com/android/forum/threads/amazon-web-services-s3-v4-signature-calculator.81006/ Thanks, @JackKirk ! I have been trying for days to get the AWS API Gateway to work. I am apparently not constructing the request correctly, because I get this response after...
  15. Abdull Cadre

    Share My Creation [Free] Weather App

    Building a Weather App One of my recent projects required me to build a weather app that would work with an API of my choice. This was my first introduction to working with a weather API, so I knew there was going to be a steep learning curve, but I was excited about the chance to finally get...
  16. aeric

    Share My Creation [Project Template] [Web] API Server

    Version: 1.16 Description: Create Web API Server with CRUD functionalities Updates: Web API Server 2.0 is available. Check https://www.b4x.com/android/forum/threads/project-template-web-api-server-2.143310/ Template: Web API Server (1.16).b4xtemplate Depends on following libraries...
  17. rezaghasmi

    Android Question Problem with translator api key

    Hello friends I used this api http://api.mymemory.translated.net/get in my project, then I realized that there is a limit. To remove the limit, I have to make a key. I made a key, but I do not know where to put the project. Please help. Sub Process_Globals End Sub Sub Globals Private...
  18. carlos7000

    Spanish Invalid API-key, IP, or permissions for action. [Solucionado]

    Hola. Estoy tratado de obtener información sobre mi cuenta en Binance, empleando la Api de dicha empresa. De la Api voy a emplear la funcion: Para ello escribí el siguiente programa en B4J #Region Project Attributes #MainFormWidth: 600 #MainFormHeight: 600 #End Region Sub...
  19. rezaghasmi

    Android Question Rajeb api translator question

    Hello friends I am writing a project Which is part of the translation After several uses, it does not work anymore This api http://api.mymemory.translated.net/get Is there a limit to this api? If so, is there a free api?
  20. aeric

    B4J Question [Solved] Posting JSON to Shopee API

    Shopee is an e-commerce platform. The documentation for their Open API is avaialble at https://open.shopee.com/documents?module=63&type=2&id=53 I have developed a B4J Non-UI app but unable to get the expected results. B4J: When I use Postman to post the request, I get the correct result...
Top