Skip to content

Releases: Quan666/PikPakAPI

0.1.10

15 Aug 08:19
Compare
Choose a tag to compare

v0.1.9

17 Jul 01:58
b786f9a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8

28 May 12:45
34b1620
Compare
Choose a tag to compare

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

16 May 08:35
Compare
Choose a tag to compare

fix #27
Full Changelog: v0.1.6...v0.1.7

v0.1.6

09 Jan 09:36
89a0f70
Compare
Choose a tag to compare

fix httpx_client_args type @dokurorz

v0.1.5

08 Jan 12:38
3522a99
Compare
Choose a tag to compare

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

08 Oct 15:30
9d8dc95
Compare
Choose a tag to compare

修复:
@wangjunkai2022

  • path_to_id 查找的目录父文件夹过多时会死循环的bug #17
  • file_list 请求到pikpak的参数错误 导致一直返回相同的next-page

新增:
@Patrick-Ze

  • 缓存path_to_id访问过的目录以减少API请求,缩短查找时间 #19

v0.1.3

12 Aug 07:00
a2b8bba
Compare
Choose a tag to compare

新增:(@insomniacdoll )

  1. 文件重命名的API

  2. 文件星标操作相关接口

  • file_batch_star 批量给文件加星标;
  • file_batch_unstar 批量给文件取消星标;
  • file_star_list 获取加星标的文件列表,可以获得文件下载链接(给file_list接口新增过滤条件参数,使得file_star_list可复用部分逻辑);
  1. 生成文件分享链接相关接口

file_batch_share 批量分享文件,并生成分享链接;

  1. 获取当前空间quota信息相关接口

get_quota_info 获取当前空间的quota信息,包括总存储、可用存储、回收站存储等信息;

v0.1.2

22 Jul 17:29
2a59edc
Compare
Choose a tag to compare
Update pyproject.toml

v0.1.1

06 Nov 14:24
Compare
Choose a tag to compare

✨ 增加获取下载直链接口