beeminder / BeeSwift

Official Beeminder for iOS app
Other
29 stars 5 forks source link

Convert RequestManager to use async/await #344

Closed theospears closed 1 year ago

theospears commented 1 year ago

This converts RequestManager to use async/await patterns instead of completion callbacks. In the process also add more systematic logging on failures.

Test Plan