Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinGecko Swift

Swift wrapper for the CoinGecko API.

Usage

let client = CoinGeckoClient()
let ping = Resources.ping { (result: Result<Pong, CoinGeckoError>) in
    guard case .success(let pong) = result else { return }
    print(pong.gecko_says) //(V3) To the Moon!
}
client.load(ping)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages