simple-pyyuque icon indicating copy to clipboard operation
simple-pyyuque copied to clipboard

simple-pyyuque , unofficial python api for ant yuque

Results 6 simple-pyyuque issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

``` >>> repo_api = SimplePyYuQueAPI(token=token, app_name="py_yuque1").Repo() >>> repo_api.get_users_repos(type="all",login=username) Traceback (most recent call last): File "", line 1, in File "/data/yuque/simple_pyyuque/simple_pyyuque.py", line 427, in get_users_repos params = {"type": type.value, AttributeError: 'str'...

语雀自定义空间的首页,貌似没办法通过 API 获取得到首页文档的信息?

OAuth 验证和上传图片的功能需要高级授权范围(scope) ,需要邮件给语雀团队,但对方一直没有回复,开发阻塞 ![image](https://user-images.githubusercontent.com/4395604/72414435-31a52d80-37ad-11ea-8b8b-013d8cb94319.png) 下一个版本考虑使用 webdriver ,模拟登录来实现语雀一些高级 API 的操作。

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...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies