class BitstampClient::BaseRequest
Private Instance Methods
headers()
click to toggle source
# File lib/bitstamp_client/requests/base_request.rb, line 12 def headers { "Content-Type" => "application/json", "Accept" => "application/json", } end