Skip to content

Releases: LiskIsBest/Losuapi

Losuapi V0.2.2

18 Mar 03:45

Choose a tag to compare

  • OsuApi objects check if token is expired
  • minor missing type hinting fix

Losuapi V0.2.1

10 Mar 13:50

Choose a tag to compare

removed commented code

Losuapi V0.2.0

10 Mar 13:47

Choose a tag to compare

  • Refactored OsuApi and AsyncOsuApi classes
  • finished doc strings for existing methods

Losuapi V0.1.3

18 Feb 07:11

Choose a tag to compare

added regex check on user method to throw error if username is a string only consisting of whitespace

Losuapi V0.1.2

15 Feb 12:34

Choose a tag to compare

api endpoint methods return None if the httpx response is {"error" : null} or {"authentication" : basic}

Losuapi V0.1.1

15 Feb 12:16

Choose a tag to compare

__del_auth method didnt work. removed the method from AsyncOsuApi and OsuApi

Losuapi V0.1.0

13 Feb 10:06

Choose a tag to compare

Endpoints now return type if request returns nothing

Losuapi V0.0.9

12 Feb 12:42

Choose a tag to compare

fixed minor bug:

  • added timeout=None to httpx.Client in OsuApi.init()
  • added timeout=None to httpx.AsyncClient in AsyncOsuApi.init()

Losuapi V0.0.8

12 Feb 12:30

Choose a tag to compare

fixed bugs in OsuApi.user_scores method:

  • fixed url in httpx request
  • added missing fields to Score model

Losuapi V0.0.7

12 Feb 12:04

Choose a tag to compare

finished more endpoints:

  • users
  • user_recent_activity
  • user_beatmaps
  • spotlights