https://github.com/filimo/genericnetwork
Sample project to use mocks in Canvas Preview without Live mode
https://github.com/filimo/genericnetwork
combine swift swiftui xctest
Last synced: 7 months ago
JSON representation
Sample project to use mocks in Canvas Preview without Live mode
- Host: GitHub
- URL: https://github.com/filimo/genericnetwork
- Owner: filimo
- Created: 2020-10-10T10:17:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T06:06:47.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T01:15:27.542Z (8 months ago)
- Topics: combine, swift, swiftui, xctest
- Language: Swift
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenericNetwork
## Code from aticles
[Creating generic networking APIs in Swift](https://www.swiftbysundell.com/articles/creating-generic-networking-apis-in-swift/)
[Testing networking logic in Swift](https://www.swiftbysundell.com/articles/testing-networking-logic-in-swift/)Implemented mock via View.onAppear for Canvas Preview without running Live mode.
Implemented mock via Store for Canvas Preview without running Live mode.
