Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.thunderstore.io/
GNU Affero General Public License v3.0
138
stars
28
forks
source link
Map serializer to object property rather than __str__ #968
Closed
anttimaki closed 11 months ago
This protects the API from breaking if str is changed in the future and generally makes it easier to see where str is used.
Refs TS-2005