Skip to content

Instantly share code, notes, and snippets.

@kouyaf77
Last active March 4, 2020 19:53
Show Gist options
  • Save kouyaf77/47c1b775f39775c43641f07bbc5d2195 to your computer and use it in GitHub Desktop.
Save kouyaf77/47c1b775f39775c43641f07bbc5d2195 to your computer and use it in GitHub Desktop.
BadExampleClient
require 'faraday'
class BadExampleClient
DEFAULT_URL = 'https://example.com'.freeze
def get(url=DEFAULT_URL)
Faraday.get url
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment