def _update_headers(self, request_headers):
"""Update the headers for the request
:param request_headers: headers to set for the API call
:type response: dictionary
:return: dictionary
"""
self.request_headers.update(request_headers)
评论列表
文章目录