python-sdks
python-sdks copied to clipboard
Add simple sync methods for api clients
A bit verbose, but I added sync versions of the services, using requests.post instead of with session.post as resp. This would be small quality of life for us. Open to feedback.