Skip to content

Instantly share code, notes, and snippets.

@Haseeb-Qureshi
Last active April 6, 2017 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Haseeb-Qureshi/b34b7e50009ca20511abaf9e4c7e2aab to your computer and use it in GitHub Desktop.
Save Haseeb-Qureshi/b34b7e50009ca20511abaf9e4c7e2aab to your computer and use it in GitHub Desktop.
require 'faraday'
class Api
BASE_URL = 'http://www.lettermelater.com/account.php'
def self.get(query)
Faraday.get(BASE_URL, qe: query)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment