Method: Pcloud::Client#http_client

Defined in:
lib/pcloud/client.rb

#http_clientObject



28
29
30
# File 'lib/pcloud/client.rb', line 28

def http_client
  @http_client ||= RestClient::Resource.new(BASE_URL)
end