You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! This is a great API-client, very easy to use. :)
Do you think it would be possible to add the reading type to the Reading-model? Had a brief look at the code and I guess it would be done by adding self.reading_type = meaning_json["type"] in Reading.__init__.
The text was updated successfully, but these errors were encountered:
Hey! This is a great API-client, very easy to use. :)
Do you think it would be possible to add the reading type to the
Reading
-model? Had a brief look at the code and I guess it would be done by addingself.reading_type = meaning_json["type"]
inReading.__init__
.The text was updated successfully, but these errors were encountered: