Files
AsyncHTTPRequest_Generic/library.json

45 lines
1.1 KiB
JSON

{
"name":"AsyncHTTPRequest_Generic",
"version": "1.0.0",
"description":"Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, etc... for ESP32, ESP8266.",
"keywords":"async,tcp,http,ESP8266,ESP32,ESPAsyncTCP,AsyncTCP,ethernet,wifi,lan8742a",
"authors": [
{
"name": "Bob Lemaire",
"url": "https://github.com/boblemaire"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "khoih.prog@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": ["*"],
"dependencies": [
{
"name": "AsyncTCP",
"platforms": "espressif32"
},
{
"name": "ESP AsyncTCP",
"platforms": "espressif8266"
},
{
"name": "ESPAsync_WiFiManager",
"platforms": ["espressif8266", "espressif32"]
},
{
"name": "https://github.com/0xFEEDC0DE64/optional.git",
"platforms": ["espressif8266", "espressif32"]
}
]
}