[PR #322] Custom api endpoint #1604

Open
opened 2026-02-28 01:30:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/322
Author: @jimut
Created: 2/24/2017
Status: 🔄 Open

Base: masterHead: custom-api-endpoint


📝 Commits (3)

  • e8007f4 Added custom API endpoint attachment functionality
  • 2990dde Added custom API example sketch
  • 5e2f011 Added max api endpoint limits

📊 Changes

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

View changed files

📝 WiFiManager.cpp (+31 -1)
📝 WiFiManager.h (+11 -0)
examples/AutoConnectWithCustomAPI/AutoConnectWithCustomAPI.ino (+51 -0)
📝 keywords.txt (+2 -0)

📄 Description

Added options to add custom API endpoint when the configuration portal is opened.

Please take a look at it. I think it will help people who have an unreliable network connection, during such times they could read and write data directly from the ESP server.


🔄 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/322 **Author:** [@jimut](https://github.com/jimut) **Created:** 2/24/2017 **Status:** 🔄 Open **Base:** `master` ← **Head:** `custom-api-endpoint` --- ### 📝 Commits (3) - [`e8007f4`](https://github.com/tzapu/WiFiManager/commit/e8007f4ac2989eb18371a71390e780b47652c8cc) Added custom API endpoint attachment functionality - [`2990dde`](https://github.com/tzapu/WiFiManager/commit/2990ddebede4c59d36198fea7c1c3375c0ea7077) Added custom API example sketch - [`5e2f011`](https://github.com/tzapu/WiFiManager/commit/5e2f01147d62f01ca567f613bd849fb1633bb36f) Added max api endpoint limits ### 📊 Changes **4 files changed** (+95 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+31 -1) 📝 `WiFiManager.h` (+11 -0) ➕ `examples/AutoConnectWithCustomAPI/AutoConnectWithCustomAPI.ino` (+51 -0) 📝 `keywords.txt` (+2 -0) </details> ### 📄 Description Added options to add custom API endpoint when the configuration portal is opened. Please take a look at it. I think it will help people who have an unreliable network connection, during such times they could read and write data directly from the ESP server. --- <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#1604
No description provided.