Our current examples are pretty shallow, and don't capture some of the best practices we like to encourage at Steamclock, or show the best way to use Netable.
Some things we should highlight:
[ ] Each of the supported request types (GET, POST, etc)
[ ] Smart Unwrapping
[ ] SwiftUI/Combine support with a proper ViewModel
[ ] Repositories and proper caching/Netable instance wrapping
[ ] Global error handling
[ ] Cancelling a request
[ ] Different JSON encoding strategies
[ ] Using different logging destinations/redaction
Our current examples are pretty shallow, and don't capture some of the best practices we like to encourage at Steamclock, or show the best way to use Netable.
Some things we should highlight: