Releases: adafruit/Adafruit_CircuitPython_Requests
Releases · adafruit/Adafruit_CircuitPython_Requests
Updated examples
Adding more detailed examples showing the commonly-used requests methods in this library.
- GET
- Text Data
- JSON Data
- POST
- Data
- JSON Data
- GET
- Custom Headers
- HTTP Status Code Response, useful for interacting with APIs
- Convert response into JSON
dict.object and parse it - Raw Byte Response
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Initial Release - Requests!
This library is provides a python-requests-like library for web interfacing.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.