Skip to content

Updated examples

Compare
Choose a tag to compare
@brentru brentru released this 26 Jul 14:02
37d277c

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.