Releases: LiskIsBest/Losuapi
Releases · LiskIsBest/Losuapi
Losuapi V0.2.2
- OsuApi objects check if token is expired
- minor missing type hinting fix
Losuapi V0.2.1
removed commented code
Losuapi V0.2.0
- Refactored OsuApi and AsyncOsuApi classes
- finished doc strings for existing methods
Losuapi V0.1.3
added regex check on user method to throw error if username is a string only consisting of whitespace
Losuapi V0.1.2
api endpoint methods return None if the httpx response is {"error" : null} or {"authentication" : basic}
Losuapi V0.1.1
__del_auth method didnt work. removed the method from AsyncOsuApi and OsuApi
Losuapi V0.1.0
Endpoints now return type if request returns nothing
Losuapi V0.0.9
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
fixed bugs in OsuApi.user_scores method:
- fixed url in httpx request
- added missing fields to Score model
Losuapi V0.0.7
finished more endpoints:
- users
- user_recent_activity
- user_beatmaps
- spotlights