alist/drivers/bitqiu
okatu-loli b0a9dd7ce9 feat(driver): Implement GetLink, CreateDir, and Move operations
- Implement `GetLink` method to retrieve download links for files.
- Implement `CreateDir` method to create new directories.
- Implement `Move` method to relocate files and directories.
- Add new API endpoints and data structures for download and directory creation responses.
- Integrate retry logic with re-authentication for API calls in implemented methods.
- Update HTTP request headers to include `x-requested-with`.
2025-10-22 18:38:36 +08:00
..
driver.go feat(driver): Implement GetLink, CreateDir, and Move operations 2025-10-22 18:38:36 +08:00
meta.go feat(bitqiu): Add Bitqiu cloud drive support 2025-10-22 17:52:05 +08:00
types.go feat(driver): Implement GetLink, CreateDir, and Move operations 2025-10-22 18:38:36 +08:00
util.go feat(bitqiu): Add Bitqiu cloud drive support 2025-10-22 17:52:05 +08:00