# File lib/jira/client.rb, line 190
    def get(path, headers = {})
      request(:get, path, nil, merge_default_headers(headers))
    end