Skip to content

This project is an embedded system application that illustrates how to build and send HTTP POST and GET Request to a Web RESTful API. It also shows how to handle JSON Object and JSON Array responses. The project is developed with C++ Arduino Sketch.

Notifications You must be signed in to change notification settings

upc-pre-202402-si572-wv71/esp32-rest-api-client-embedded-app-wv71

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 REST Client

Summary

This project is an embedded system application that illustrates how to build and send HTTP POST and GET Request to a Web RESTful API. It also shows how to handle JSON Object and JSON Array responses. The project is developed with C++ Arduino Sketch.

Hardware

  • ESP32

Libraries

  • WiFi
  • HttpClient
  • ArduinoJson

Fake API

The Fake API is available at https://iot-edge-sample-wv71.free.beeceptor.com/api/v1/data-records

External Services

The Fake API was implemented on https://beeceptor.com/

About

This project is an embedded system application that illustrates how to build and send HTTP POST and GET Request to a Web RESTful API. It also shows how to handle JSON Object and JSON Array responses. The project is developed with C++ Arduino Sketch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages