Giovanni Desiderio

Results 4 comments of Giovanni Desiderio

I would suggest creating an interface that all your serializable enums implement. For example: ``` interface ApiNamed { val apiName: String } @Serializable enum class NotificationType : ApiNamed { @SerialName("update")...

I agree with the suggestion made by @andregasser. Keep going with the cleanest solution of setting endpoints as internal 👍🏼

I hope this PR will be appreciated. If so, I would proceed with future implementations to compress/decompress many files or even directories. :smiley: