adafruit / Adafruit_CircuitPython_Requests

Requests-like interface for web interfacing
MIT License
51 stars 36 forks source link

Use with in examples, remove close in json() #188

Closed justmobilize closed 2 months ago

justmobilize commented 2 months ago

Update the examples to use with request.method as response: and removed the close in the Response.json() as it doesn't match CPython

Tested the wifi standard and advanced and the rocketlive in advanced

fixes #186

DJDevon3 commented 2 months ago

Wow, thank you. Saved me from all these changes. 🙏