[Improvement] Codable models #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/codable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to make all the public models to conform to the
Codable
protocol. Of course, this work required the Xcode and the Web documentations to be regenerated.