Skip to content

v2.0.0

Compare
Choose a tag to compare
@JoshYuJump JoshYuJump released this 12 May 06:11
· 60 commits to main since this release
014c04d

Changes

  1. Added refresh argument to clear cache
# Retrieve user and cache in client side for 60 seconds
user = UserClient().get_user(cache_timeout=60)

# clear the cache and get user from server side
user = UserClient().get_user(refresh=True)

Breaking Changes

  1. Reduced the client template code