class RestClient::Request

Public Instance Methods

default_headers() click to toggle source
# File lib/flappy/patches/default_headers.rb, line 5
def default_headers
  { content_type: :json, source: 'fir-cli', version: Flappy::VERSION }
end