Beispiel #1
0
 def get_request_headers(self) -> Dict[str, str]:
     return {
         'Content-Type': 'application/json',
         'User-Agent': construct_user_agent(str(type(self))),
     }
Beispiel #2
0
 def get_request_headers(self):
     return {
         'Content-Type': 'application/json',
         'User-Agent': construct_user_agent(str(type(self))),
     }