Skip to content

Commit 740ce5e

Browse files
committed
Added FakeRequests
1 parent 17c6a9e commit 740ce5e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,3 +751,6 @@
751751
[submodule "libraries/drivers/mlx90395"]
752752
path = libraries/drivers/mlx90395
753753
url = https://github.com/adafruit/Adafruit_CircuitPython_MLX90395.git
754+
[submodule "libraries/helpers/fakerequests"]
755+
path = libraries/helpers/fakerequests
756+
url = https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Helpers for interfacing with the internet, including IoT protocols.
109109

110110
.. toctree::
111111

112+
Fake Requests <https://circuitpython.readthedocs.io/projects/fakerequests/en/latest/>
112113
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>
113114
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
114115
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>

libraries/helpers/fakerequests

Submodule fakerequests added at 7dd5edd

0 commit comments

Comments
 (0)