https://github.com/objcio/s01e08-networking-post-requests
Sample code for Swift Talk episode 8: Networking: POST Requests
https://github.com/objcio/s01e08-networking-post-requests
Last synced: 7 months ago
JSON representation
Sample code for Swift Talk episode 8: Networking: POST Requests
- Host: GitHub
- URL: https://github.com/objcio/s01e08-networking-post-requests
- Owner: objcio
- Created: 2016-07-17T07:17:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T12:02:52.000Z (about 8 years ago)
- Last Synced: 2025-07-28T18:54:15.563Z (8 months ago)
- Language: Swift
- Homepage: https://talk.objc.io
- Size: 3.91 KB
- Stars: 7
- Watchers: 1
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Talk
## Networking: POST Requests
This is the code that accompanies Swift Talk Episode 8: [Networking: POST Requests](https://talk.objc.io/episodes/S01E08-networking-post-requests)
**Note:** This code is written in Swift 2.2. For a Swift 3 version, check out the "swift-3" branch.