Skip to content

Instantly share code, notes, and snippets.

@gavingmiller
Last active July 6, 2024 21:33
Show Gist options
  • Save gavingmiller/de8d1e16e9a215c5efaebeed30ba2966 to your computer and use it in GitHub Desktop.
Save gavingmiller/de8d1e16e9a215c5efaebeed30ba2966 to your computer and use it in GitHub Desktop.
api discovery
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