Skip to content

Instantly share code, notes, and snippets.

@abaldwin88
Created February 20, 2019 01:19
Show Gist options
  • Save abaldwin88/027314835a44143ff27549f3f8a9618c to your computer and use it in GitHub Desktop.
Save abaldwin88/027314835a44143ff27549f3f8a9618c to your computer and use it in GitHub Desktop.
require 'httparty'
URL = 'http://localhost:3000/posts?search='
def get(search_term)
HTTParty.get("#{URL}#{search_term}")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment