snapauthapp / sdk-swift

Swift SDK for SnapAuth (all Apple platforms)
https://www.snapauth.app
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Improve network handling in API wrapper #10

Closed Firehed closed 4 months ago

Firehed commented 4 months ago

This replaces a number of force-unwraps and vague error-handling paths in the API wrapper with a much more structured Result type. While the error case handling is far from exhaustive, the general structure should be far more robust both in the event of connectivity issues and unexpected backend responses.

Fixes #4 , makes some progress on #9.