kpn / combadge

Generic API clients based on Pydantic and protocols
https://kpn.github.io/combadge
Apache License 2.0
13 stars 2 forks source link

Support `with_manager` in the Zeep backends #3

Closed eigenein closed 1 year ago

eigenein commented 1 year ago

Context

HTTPX backend already supports the with_manager parameter, which wraps every request into the with block.

Implementation

Extend the with_manager parameter to the Zeep backend.