Skip to content

Releases: adafruit/Adafruit_CircuitPython_Requests

Updated examples

26 Jul 14:02
37d277c

Choose a tag to compare

Adding more detailed examples showing the commonly-used requests methods in this library.

Simpletest

  • GET
    • Text Data
    • JSON Data
  • POST
    • Data
    • JSON Data

Advanced

  • 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!

25 Jul 19:10
f4e0086

Choose a tag to compare

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.