Searched refs:method_desc (Results 1 – 1 of 1) sorted by relevance
365 def _fix_up_parameters(method_desc, root_desc, http_method): argument388 parameters = method_desc.setdefault('parameters', {})400 if http_method in HTTP_PAYLOAD_METHODS and 'request' in method_desc:402 body.update(method_desc['request'])408 def _fix_up_media_upload(method_desc, root_desc, path_url, parameters): argument438 media_upload = method_desc.get('mediaUpload', {})452 def _fix_up_method_description(method_desc, root_desc): argument483 path_url = method_desc['path']484 http_method = method_desc['httpMethod']485 method_id = method_desc['id'][all …]