Releases: justoneapi/justoneapi-python
Releases · justoneapi/justoneapi-python
Version 1.3.0
✨ v1.3.0
🚀 New Features
-
Added environment switching support:
You can now specifyenv="cn"
orenv="global"
when initializing the client to choose between Mainland China and Global environments.# Default is Mainland China (env="cn") client = JustOneAPIClient(token="your_token") # For Global users (outside Mainland China) client = JustOneAPIClient(token="your_token", env="global")
🌐 Why it matters
This feature helps improve request performance based on your geographical location.
If you're outside Mainland China and experiencing slow responses, switching to env="global"
can significantly reduce latency.
Version 1.2.2
🚀 Switched to HTTPS & Domain
The API now uses HTTPS by default instead of HTTP.
No changes required in usage — tokens and endpoints stay the same.
✅ Strongly recommended to upgrade for better security and reliability.
Version 1.2.1
Added price filter support to API /api/taobao/search-item-list/v6
Version 1.2.0
Added several new Weibo APIs.
Version 1.1.0
Added several new Xiaohongshu APIs.
Version 1.0.0
Initial release with support for the following APIs:
✨ Included APIs
- Bilibili
- Douyin
- Kuaishou
- Taobao
- Xiaohongshu
- User