This project is an iOS app that consumes Marvel API using Moya framework.
To consme Marvel API you must have both private and public keys.
This project expects that you to create an APIKeys.plist
file into app's bundle.
This file must have two elements in the root dictionary:
key: private_key, value: your private key
key: public_key, value: your public key
If you don't have these credentials yet, please access Marvel API and request one.
- RxSwift
- RxCocoa
- Moya
- Kingfisher