Last active
May 24, 2024 20:46
-
-
Save natritmeyer/6495044 to your computer and use it in GitHub Desktop.
How to debug HTTParty requests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MyResource | |
include HTTParty | |
debug_output $stdout # <= will spit out all request details to the console | |
#... | |
end |
fguillen
commented
May 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment