Skip to content

ApexBridge v1.0.0 - Initial Release

Latest

Choose a tag to compare

@AtaCanYmc AtaCanYmc released this 09 Mar 15:12
bc8fd09

What's New 🎉

🚀 First stable release of ApexBridge!
🔹 Easily connect ESP8266 & ESP32 to Oracle APEX REST APIs
🔹 Supports GET & POST requests
🔹 Token-based authentication
🔹 JSON response parsing with ArduinoJson
🔹 Secure HTTPS connections with WiFiClientSecure

Installation 🛠

  1. Download the ZIP file or clone the repo.
  2. Copy ApexBridge.h and ApexBridge.cpp to your Arduino project.
  3. Check the examples/ folder for usage guides.

📌 See the full documentation in README.md

apexbridge