rafaelvrmoura / marvel-heroes

Sample iOS application to consume Marvel API using Moya framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS app to consume Marvel API using Moya.

This project is an iOS app that consumes Marvel API using Moya framework.

Instructions

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.

Dependences

  • RxSwift
  • RxCocoa
  • Moya
  • Kingfisher

About

Sample iOS application to consume Marvel API using Moya framework


Languages

Language:Swift 99.3%Language:Ruby 0.6%Language:Objective-C 0.1%