Skip to content

No more require Codable type

Latest
Compare
Choose a tag to compare
@urjhams urjhams released this 14 Sep 11:40
· 3 commits to main since this release

The goal of the package is to get the JSON response and decode it into an expected data type. So the expected data type now just needs to conform to Decodable, instead of Codable(which includes both Decodable and Encodable).