Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 950 Bytes

File metadata and controls

19 lines (15 loc) · 950 Bytes

Marvel

Marvel's character list and detail using Marvel API.

Requirements

  • iOS 13.0+
  • Swift 5

Notes

  • Characters on the list are displayed 5 by 5. Show more button is included at the end of the list.
  • Three parameters are needed to invoke Marvel APIs : public key, timestamp and hash (generate from the timestamp, private key and public key). In order to not include API's private key on the code, timestamp and hash value are included as constants in the code for this sample.
  • Third party libraries included: Alamofire for networking, Kingfisher for caching character's images.