v0.8.0 - Dataclasses #101
Closed
Buried-In-Code
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There were alot of changes in this release, some of the most notable were:
ObjectList
has been changed toList[ObjectResult]
e.g. PublisherList -> List[PublisherResult]
simyan.schemas.*
instead ofsimyan.*
id
references have been renamed toid_
as to not clash with python's id keywordsimyan.session.Session
has been renamedsimyan.comicvine.Comicvine
simyan.create_session()
simyan.api()
Use
simyan.comicvine.Comicvine()
insteadFull Changelog: 0.7.4...0.8.0
This discussion was created from the release v0.8.0 - Dataclasses.
Beta Was this translation helpful? Give feedback.
All reactions