raider
raider copied to clipboard
Simplify the requests class
requests class become repetitive, with each HTTP method reusing the same parts of the code. Therefore this class needs to be redesigned to allow for easier maintenance and flexibility.