[PR #1819] feature: api endponts #1838

Open
opened 2026-02-28 02:13:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1819
Author: @SuriSureda
Created: 6/12/2025
Status: 🔄 Open

Base: masterHead: main


📝 Commits (1)

📊 Changes

4 files changed (+214 additions, -1 deletions)

View changed files

📝 WiFiManager.cpp (+197 -0)
📝 WiFiManager.h (+9 -0)
📝 wm_consts_en.h (+4 -0)
📝 wm_consts_fr.h (+4 -1)

📄 Description

Makes things easier if someone wants to interact with WifiManager but without the need of using the Web UI. Useful if you want to integrate WifiManager but with a native screen in mobile apps.

The 2 API routes are:

  • /api/wifi: Returns a JSON with list of available networks. JSON content is:
    • SSID
    • Strength
    • Password Secured
  • /api/wifisave: Saves WIFI credentials (Same as /wifisave but returning a JSON)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/1819 **Author:** [@SuriSureda](https://github.com/SuriSureda) **Created:** 6/12/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (1) - [`77651af`](https://github.com/tzapu/WiFiManager/commit/77651affaf7379174144bfd96a75b3ab7ba2434c) feature: api endponts ### 📊 Changes **4 files changed** (+214 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+197 -0) 📝 `WiFiManager.h` (+9 -0) 📝 `wm_consts_en.h` (+4 -0) 📝 `wm_consts_fr.h` (+4 -1) </details> ### 📄 Description Makes things easier if someone wants to interact with WifiManager but without the need of using the Web UI. Useful if you want to integrate WifiManager but with a native screen in mobile apps. The 2 API routes are: - `/api/wifi`: Returns a JSON with list of available networks. JSON content is: - SSID - Strength - Password Secured - `/api/wifisave`: Saves WIFI credentials (Same as /wifisave but returning a JSON) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1838
No description provided.