module Github::Connection

def default_headers

Other tags:
    Api: - private

Returns:
  • (Hash[String]) -
def default_headers
  {
    ACCEPT         => 'application/vnd.github.v3+json,' \
                      'application/vnd.github.beta+json;q=0.5,' \
                      'application/json;q=0.1',
    ACCEPT_CHARSET => 'utf-8'
  }
end