We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f81c4e commit 3d54840Copy full SHA for 3d54840
uecide.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "ArduinoHttpClient",
3
+ "provides": "ArduinoHttpClient.h",
4
+ "description": "[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.",
5
+ "version": "0.3.1",
6
+ "maintainer": "Arduino <info@arduino.cc>",
7
+ "category": "Communications",
8
+ "subcategory": "Networking",
9
+ "family": "all",
10
+ "core": "all",
11
+ "install": {
12
+ "examples": "/",
13
+ "keywords.txt": "/",
14
+ "library.properties": "/",
15
+ "src": "/"
16
+ },
17
+ "readme": "README.md"
18
+}
0 commit comments