Screenpy-requests

Latest version: v4.0.4

Safety actively analyzes 622142 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

4.0.4

------------------

Improvements

- `BodyOfTheLastResponse` is now subscriptable, sliceable, and indexable! Combine that with its short alias `Body`, and you can very easily get at that content like `Body["access_token"]` or `Body["projects"][3]["start_datetime"][:4]`. Concise!

Development Niceties

- We're now using [cruft](https://cruft.github.io/cruft/)! This should help us keep all these plugin repos in sync. (thanks bandophahita!)
- Screenpy Requests has been [ruff](https://docs.astral.sh/ruff/)'d up a bit. (thanks bandophahita!)
- Added tests for copyright updates! (thanks bandophahita!)

4.0.3

------------------

Improvements

- An update that was left uncommitted late last night - the `aside`s which log the full headers and request payloads are now logged with `AIRY` gravitas, which corresponds to `DEBUG` in the default adapter. Should leave less-noisy logs!

4.0.2

------------------

Improvements

- All `Send*Request` Actions can now be referred to as their HTTP Action, e.g. `SendGETRequest` can now just be `Get`.
- All Questions can now be referred without `-OfTheLastResponse`, e.g. `BodyOfTheLastResponse` can now just be `Body`.
- All parts of ScreenPy Requests can now be imported from the root (i.e. from screenpy_requests import MakeAPIRequests, SendGETRequest, ...)

4.0.1

------------------

In honor of 2sday, how about 2 deploys?

Bugfixes

- Fix some issues with dependencies (hopefully), so installing via `screenpy[requests]` works.

4.0.0

------------------

2day is 2sday, by the way. Also I pushed this up at 22:22!

Timeline

- Broke off from ScreenPy's core library, https://github.com/ScreenPyHQ/screenpy!

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.