🧩 ApiUtils
I’m thrilled to introduce ApiUtils, a powerful extension that enables seamless API interactions. Whether you’re sending form data, uploading files, or handling custom headers, this extension simplifies HTTP requests with ease.
Key Features:
Send multipart/form-data requests with form data and file uploads
Event-driven response handling with detailed response code and content
Supports dynamic form fields and optional file inclusion
Perfect for integrating seamless API communication and file uploads in your app with minimal effort!
Specifications
Package: com.syntex.apiutils
Size: 9.49 KB
Version: 1.1
Updated On: 2025-03-07T18:00:00Z
Event:
ApiUtils has total 1 event.
ResponseReceived
Triggered when a response is received. Returns response code, content, and URL.
Parameter | Type |
---|---|
responseCode | number |
responseContent | text |
url | text |
Methods:
ApiUtils has total 2 methods.
SendFormRequest
Sends a multipart/form-data request with form fields and an optional file.
Parameter | Type |
---|---|
url | text |
formData | dictionary |
filePath | text |
headers | dictionary |
SendFileRequest
Uploads a file using multipart/form-data encoding.
Parameter | Type |
---|---|
url | text |
filePath | text |
headers | dictionary |
Example:
we can post form like :
Download the extension:
com.syntex.apiutils.aix (9.5 KB)
Thank you so much
Mahir Labib
Do
n’t Quit