Swift wrapper for the CoinGecko API.
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)There was an error while loading. Please reload this page.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Swift wrapper for the CoinGecko API.
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)