Releases: Quan666/PikPakAPI
Releases · Quan666/PikPakAPI
0.1.10
What's Changed
Full Changelog: v0.1.9...0.1.10
v0.1.9
What's Changed
- 增添_make_request错误重试,修复在response的["error_code"]不存在时的KeyError by @Nekohy in #34
- 更换vip_info接口 by @Nekohy in #36
- Fix wrong parameter name. by @pxia in #37
- fix missing retry parameter. by @jiashuw in #38
- add new endpoint to get transfer quota. by @jiashuw in #39
- fix web_content_link - 404 issue - download not working #40 #41 by @Quan666 58a7da1 2e4ddae
- Updates retry logic. by @pxia in #42
New Contributors
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- 添加获取invite_code功能 by @FloraLunaMua in #28
- 添加获取会员状态API by @FloraLunaMua in #31
- Add support for getting media url for download link by @mhdzumair in #33
- 改用 oauth2.0协议 绕过验证码 #30 #29 @Quan666
New Contributors
- @FloraLunaMua made their first contribution in #28
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
v0.1.5
changes @mhdzumair
- added delete tasks function & added phase parameter for list task function
- support httpx args and refactoring
- Added refresh token on expired token error.
- support encoded token which include access token and refresh token.
- reformat code with black
v0.1.4
修复:
@wangjunkai2022
- path_to_id 查找的目录父文件夹过多时会死循环的bug #17
- file_list 请求到pikpak的参数错误 导致一直返回相同的next-page
新增:
@Patrick-Ze
- 缓存path_to_id访问过的目录以减少API请求,缩短查找时间 #19
v0.1.3
新增:(@insomniacdoll )
-
文件重命名的API
-
文件星标操作相关接口
- file_batch_star 批量给文件加星标;
- file_batch_unstar 批量给文件取消星标;
- file_star_list 获取加星标的文件列表,可以获得文件下载链接(给file_list接口新增过滤条件参数,使得file_star_list可复用部分逻辑);
- 生成文件分享链接相关接口
file_batch_share 批量分享文件,并生成分享链接;
- 获取当前空间quota信息相关接口
get_quota_info 获取当前空间的quota信息,包括总存储、可用存储、回收站存储等信息;