Skip to content

Repository files navigation

CoinGecko Swift

Swift wrapper for the CoinGecko API.

Usage

letclient=CoinGeckoClient()letping=Resources.ping{(result:Result<Pong,CoinGeckoError>)inguard 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

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages