Skip to content

Releases: justoneapi/justoneapi-python

Version 1.3.0

28 Jul 16:47
Compare
Choose a tag to compare

✨ v1.3.0

🚀 New Features

  • Added environment switching support:
    You can now specify env="cn" or env="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

28 Jul 15:40
Compare
Choose a tag to compare

🚀 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

25 Jul 15:52
Compare
Choose a tag to compare

Added price filter support to API /api/taobao/search-item-list/v6

Version 1.2.0

22 Jul 09:57
Compare
Choose a tag to compare

Added several new Weibo APIs.

Version 1.1.0

15 Jul 14:28
Compare
Choose a tag to compare

Added several new Xiaohongshu APIs.

Version 1.0.0

15 Jul 14:24
Compare
Choose a tag to compare

Initial release with support for the following APIs:

✨ Included APIs

  • Bilibili
  • Douyin
  • Kuaishou
  • Taobao
  • Weibo
  • Xiaohongshu
  • User