IsThereAnyDeal / AugmentedSteam

Augments your Steam Experience
https://augmentedsteam.com
GNU General Public License v3.0
1.31k stars 85 forks source link

Refactor `Request.post` to return data as json by default #1859

Closed candela97 closed 3 months ago

candela97 commented 3 months ago

Decoupled RequestData.post from RequestData.getHttp. Almost all endpoints we send POST requests to return JSON data, and we have error handling in case the request failed so it's not really necessary to use the progress bar.