Skip to content

Sample project used as an example for blogpost on buddybuild.

License

Notifications You must be signed in to change notification settings

iOSTestApps/RandomUserKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandomUserKit

This is a sample project to use as an example for a post on the buddybuild blog.

Follow along by forking the repository.

Usage

import RandomUserKit

let provider = Provider()
provider.fetchOne { results in 
  switch results { 
    case let .success(user):
      print("Fetched user \(user.name.first) \(user.name.last) (\(user.email))")
    case let .failure(error):
      print("Got error: \(error)")
  }
}

About

Sample project used as an example for blogpost on buddybuild.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published