Skip to content

This is a demo project for Giphy Explorer where you can search Giphy gifs.

Notifications You must be signed in to change notification settings

arjavlad/giphyexplorer_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

giphyexplorer_demo

This is a demo project for Giphy Explorer where you can search Giphy gifs.

How to Test the API response parser:

  1. Open GiphyExplorerTests.swift and run "testGiphyResponseInitialiser". This will test the initialiser with sample json payload.

  2. Why I have used Codable for json parsing?

  • Codable is the inbuilt Swift API which allows us to easily convert raw json response into swift models without needing to write complex code.

About

This is a demo project for Giphy Explorer where you can search Giphy gifs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published