Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 952 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 952 Bytes

Amadeus

This project uses Amadeus services to implement authentication flow with alamofire, The project Contains Alamofire Network layer Based on Protocol Oriented Concept and Combine Framework + The Promises and Futures.

It is created with UIKit, Alamofire, Combine.

How to run

Amadeus requires iOS 13.0 or later. If you are developer, you can set its deployment target to lower iOS version if needed.

If your XCode 12.0 is not available, you can change deployment target to lower iOS version.

You don't need to install Anything manually, Alamofire will install Automatically when You Run the project for the first time.

Calling API requires API_Key from the Amadeus website.

API

Requirements

  • iOS 13.0+
  • Swift 5
  • Cocoapod

Libraries

  • Alamofire
  • IHProgressHUD
  • SwiftKeychainWrapper

Todo

  • Complete Unit test
  • Make generic base programmatically UIVIEW

Thank you!