Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericmeyer/swifthttpplayground
https://github.com/ericmeyer/swifthttpplayground
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmeyer/swifthttpplayground
- Owner: ericmeyer
- Created: 2015-03-16T20:19:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T18:51:21.000Z (over 9 years ago)
- Last Synced: 2024-10-04T22:21:21.030Z (about 1 month ago)
- Language: Swift
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Asynchronous HTTP Calls
This is a playground showing how to make an aynchronous call in Swift.
It depends on the [mock Slam API](https://github.com/ericmeyer/MockSlamAPI), which also needs to be running.
It only handles the happy path.
## Use
`open HttpCalls.playground`