Last active
July 6, 2024 21:33
-
-
Save gavingmiller/de8d1e16e9a215c5efaebeed30ba2966 to your computer and use it in GitHub Desktop.
api discovery
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
def post() | |
response = Net::HTTP.post_form( | |
URI.parse('http://jabberwacky.icogno.com/webserviceform-joan'), | |
this_was_my_response_to_Joan | |
) | |
return response.body | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment