andln = yq.SimplePyYuQueAPI(token="token", app_name="py_yuque1")
andln_doc = andln.Doc()
Traceback (most recent call last):
File "yuque.py", line 21, in
andln_doc_detial = andln_doc.get_repos_docs_detail(namespace="xxx", slug="xxx").base_response
AttributeError: 'list' object has no attribute 'get_repos_docs_detail'
'list' object has no attribute 'get_repos_docs_detail'
请问这个问题是什么问题
andln = yq.SimplePyYuQueAPI(token="token", app_name="py_yuque1")
andln_doc = andln.Doc()
Traceback (most recent call last):
File "yuque.py", line 21, in
andln_doc_detial = andln_doc.get_repos_docs_detail(namespace="xxx", slug="xxx").base_response
AttributeError: 'list' object has no attribute 'get_repos_docs_detail'
'list' object has no attribute 'get_repos_docs_detail'
请问这个问题是什么问题