- An update that was left uncommitted late last night - the
aside
s which log the full headers and request payloads are now logged withAIRY
gravitas, which corresponds toDEBUG
in the default adapter. Should leave less-noisy logs!
- All
Send*Request
Actions can now be referred to as their HTTP Action, e.g.SendGETRequest
can now just beGet
. - All Questions can now be referred without
-OfTheLastResponse
, e.g.BodyOfTheLastResponse
can now just beBody
. - All parts of ScreenPy Requests can now be imported from the root (i.e. from screenpy_requests import MakeAPIRequests, SendGETRequest, ...)
In honor of 2sday, how about 2 deploys?
- Fix some issues with dependencies (hopefully), so installing via
screenpy[requests]
works.
2day is 2sday, by the way. Also I pushed this up at 22:22!
- Broke off from ScreenPy's core library, https://github.com/ScreenPyHQ/screenpy!