Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matteom/TopQuestion

An example of calling REST APIs in iOS
https://github.com/matteom/TopQuestion

Last synced: 3 months ago
JSON representation

An example of calling REST APIs in iOS

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/).

github image

## 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.