Level: Beginner
Technologies: Swift 4.0, iOS
Summary: A basic example of aerogear-ios-http
This project is a very simple app, to show how to do a http call against a simple REST endpoint. The demo is implemented in Swift and uses the aerogear-ios-http library for http layer.
- iOS9, iOS10, iOS11
- Xcode 9+
The project uses CocoaPods for handling its dependencies. As a pre-requisite, install CocoaPods and then install the pod. On the root directory of the project run:
pod install
and then double click on the generated .xcworkspace to open in Xcode.