module RestClient::WithUserAgent
On Itbit and Bitstamp, the mechanism to set bitex-bot user-agent are different.
Public Instance Methods
default_headers()
click to toggle source
Calls superclass method
# File lib/bitex_bot.rb, line 53 def default_headers super.merge(user_agent: BitexBot.user_agent) end