Releases: adafruit/Adafruit_CircuitPython_Requests
2.0.3 - Fix RTD Docs Build and Unpin Sphinx
Changes: 2.0.2...2.0.3
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests
.
Read the docs for info on how to use it.
2.0.2 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests
.
Read the docs for info on how to use it.
2.0.1 - Discord API Updated For settings.toml
This release updates the Discord API example to use settings.toml instead of secrets.py for it's authentication details. Thank you @DJDevon3.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Requests
.
Read the docs for info on how to use it.
2.0.0 - Remove Backwards Compatible Socket Behavior
This release removes backwards compatibility logic for the legacy ESP32SPI Socket behavior. That library has been updated to make the socket API more closely match CPython and other implementations so this backwards compatibility is no longer needed within the requests library.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Requests
.
Read the docs for info on how to use it.
1.14.1 - OpenSky API Examples
This release includes examples of fetching data from Open Sky API. Thank you @DJDevon3.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Requests
.
Read the docs for info on how to use it.
1.14.0 - Added allow_redirects argument
Added allow_redirects
argument, which is CPython compatible. Thanks @FoamyGuy!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Requests
.
Read the docs for info on how to use it.
1.13.4 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-Requests
.
Read the docs for info on how to use it.
1.13.3 - Updated pre-commit hooks
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests
.
Read the docs for info on how to use it.
1.13.2 - Added Documentation
This release contains improved documentation for response.status_code and reason. Thank you @Neradoc.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests
.
Read the docs for info on how to use it.
1.13.1 - Steam API Example
This release contains a new example that shows how to pull data from the Steam REST API. Thank you @DJDevon3.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests
.
Read the docs for info on how to use it.