Releases: adafruit/Adafruit_CircuitPython_Requests
1.12.11 - Twitch and Mastadon API Examples
This release contains new examples for getting data from Twitch and Mastodon APIs. 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.12.10 - API Examples
This release contains new examples for getting data from Discord, Youtube, Github, and Twitter APIs. 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.12.9 - Fixed headers type annotations
Fixed type annotations for the headers
arguments in various places. Thanks @gustavomfb!
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.12.8 - Made copyright stay up to date in docs/conf.py
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.12.7 - Fixed version string
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.12.6 - Switched to pyproject.toml
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.12.5 - compute a byte length properly
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.
What's Changed
Full Changelog: 1.12.4...1.12.5
1.12.4 - clean up code in `_throw_away()`
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.
What's Changed
Full Changelog: 1.12.3...1.12.4
1.12.3 - `_throw_away()` now handles chunked discards
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.
What's Changed
- Proposed fix for issue #103. Fixes an issue with _throw_away() and large chunked redirects. by @klocs in #110
New Contributors
Full Changelog: 1.12.2...1.12.3
1.12.2 - Added cp.org link to index.rst
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.