https://github.com/matteom/TopQuestion
An example of calling REST APIs in iOS
https://github.com/matteom/TopQuestion
Last synced: about 1 year ago
JSON representation
An example of calling REST APIs in iOS
- Host: GitHub
- URL: https://github.com/matteom/TopQuestion
- Owner: matteom
- License: mit
- Created: 2017-06-12T14:51:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T08:38:21.000Z (almost 7 years ago)
- Last Synced: 2024-11-25T17:46:09.954Z (over 1 year ago)
- Language: Swift
- Homepage: http://matteomanferdini.com/network-requests-rest-apis-ios-swift/
- Size: 53.7 KB
- Stars: 80
- Watchers: 6
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TopQuestion
A sample iOS app showing how to:
* Perform network requests;
* Interface with REST APIs;
* Architect the network layer.
The article explaining the approach in detail can be found [here](https://matteomanferdini.com/network-requests-rest-apis-ios-swift/).

## Contributing
The code in this repository is provided only for didactical purposes. As such, it is tied to an article on my blog and cannot be updated without updating also the connected article.
For this reason, I won’t accept any pull requests, so please don’t send any. If you want to contribute, I would really appreciate if you can [link to the original article](https://matteomanferdini.com/network-requests-rest-apis-ios-swift/) from your blog or share it on forums and social media. Thanks.