module Microbilt::Requests::Helpers
Public Instance Methods
http_connection()
click to toggle source
# File lib/microbilt/requests/helpers.rb, line 6 def http_connection Faraday.new(url: Microbilt.configuration.server_url) end