You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
1. Force decoding
Need to fix forced unwrapping when decoding API response:
There's too many
try!code in project. Need to fix2. Model seperation
This project is now using API response model for view.
Need to use different model for view and separate dependency between
View<->API