jwodder / labelmaker

Create & enforce sets of labels in GitHub repositories
MIT License
2 stars 0 forks source link

Use a synchronous HTTP client #71

Open jwodder opened 1 month ago

jwodder commented 1 month ago

Using reqwest and async doesn't seem to be accomplishing anything in the code other than making things needlessly complicated. The code should use ureq for HTTP requests instead, and all async functionality should be made synchronous.