https://github.com/workingdog/testasync
testing async/await with swiftui
https://github.com/workingdog/testasync
Last synced: 4 months ago
JSON representation
testing async/await with swiftui
- Host: GitHub
- URL: https://github.com/workingdog/testasync
- Owner: workingDog
- License: mit
- Created: 2021-07-12T02:08:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T05:15:26.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T06:13:09.286Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestAsync
This is just a test of using SwiftUI and Swift async/await features to retrieve "posts" and "comments" from the API:
https://jsonplaceholder.typicode.com
All the code is in **ContentView.swift**