Skip to content

Releases: iDutchy/sr_api

pokedex fix

16 Oct 00:54
Compare
Choose a tag to compare
  • Fix pokedex sprites and evolution line

Customizable settings

16 Oct 00:39
Compare
Choose a tag to compare
  • OwOify lyrics with client.get_lyrics(title, owo=True)
  • Pass your own aiohttp.ClientSession so you dont have to separately close sr_api's session with client = sr_api.Client(session=mysession)
  • Fixed a typo in the docs
  • Add examples

Fix mistake + error access

13 Oct 23:33
Compare
Choose a tag to compare
  • Fixed the big mistake I made
  • gave access to sr_api.InputError and sr_api.PremiumOnly

New endpoint + breaking changes

13 Oct 23:10
Compare
Choose a tag to compare
  • Fixed client token error
  • Added amongus endpoint
  • Client.view_color is no longer a coroutine
  • Client.youtube_comment is no longer a coroutine
  • Client.filter is no longer a coroutine

filter update

05 Sep 23:10
Compare
Choose a tag to compare

Client.filter() not returns an Image object

Why...

05 Sep 22:50
Compare
Choose a tag to compare

Apparently the spin filter wasnt documented. So I removed it because I didnt know, but now its back

Oops

05 Sep 22:36
33a12d3
Compare
Choose a tag to compare

fixed a typo

added __str__()

05 Sep 22:23
ee8b012
Compare
Choose a tag to compare

You can now use str() on an Image object to get the url

Messed up again

05 Sep 15:53
Compare
Choose a tag to compare

This should now finally fix the key error

Slots fix

05 Sep 10:34
Compare
Choose a tag to compare

I forgot to add key to slots...