Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · main
go-coingecko
Browse files
Mar 23, 2023
Create retryablehttp client directly
· 8b222f46
Jorge Javier Araya Navarro
authored
Mar 23, 2023
View commits for tag v0.4.4-RC4
v0.4.4-RC4
8b222f46
Change to public interface for APIOption
· 0aab5b19
Jorge Javier Araya Navarro
authored
Mar 23, 2023
View commits for tag v0.4.4-RC3
v0.4.4-RC3
0aab5b19
Make CoinGecko client configurable
· 458c2b1c
Jorge Javier Araya Navarro
authored
Mar 23, 2023
View commits for tag v0.4.4-RC2
v0.4.4-RC2
458c2b1c
Replace numeric types with decimal.Decimal
· 7f1c2536
Jorge Javier Araya Navarro
authored
Mar 23, 2023
View commits for tag v0.4.4-RC1
v0.4.4-RC1
7f1c2536
Implement Coins category list
· 4c91bb1f
Jorge Javier Araya Navarro
authored
Mar 23, 2023
View commits for tag v0.4.3
v0.4.3
4c91bb1f
Increase Timeout to 30 minutes
· 92f5d997
Jorge Javier Araya Navarro
authored
Mar 23, 2023
View commits for tag v0.4.2
v0.4.2
92f5d997
Increase max retries to 100
· 7b15c2b8
Jorge Javier Araya Navarro
authored
Mar 23, 2023
View commits for tag v0.4.1
v0.4.1
7b15c2b8
Change type for field
· e04cb8ef
Jorge Javier Araya Navarro
authored
Mar 23, 2023
View commits for tag v0.4.0
v0.4.0
e04cb8ef
Fix all imports
· a90f7089
Jorge Javier Araya Navarro
authored
Mar 22, 2023
View commits for tag v0.3.0
v0.3.0
a90f7089
Update module and Go version
· cf185f64
Jorge Javier Araya Navarro
authored
Mar 22, 2023
View commits for tag v0.2.0
v0.2.0
cf185f64
Move examples into folders
· 1e792df6
Jorge Javier Araya Navarro
authored
Mar 22, 2023
1e792df6
Apply gofumpt formatting
· 68192688
Jorge Javier Araya Navarro
authored
Mar 22, 2023
68192688
Use go-retryablehttp
· cf1bca4a
Jorge Javier Araya Navarro
authored
Mar 22, 2023
cf1bca4a
Jan 13, 2021
Added GetCoinOHLC
· a9c7269a
Aydan
authored
Jan 13, 2021
View commits for tag v0.1.3
v0.1.3
a9c7269a
Added GetCoinStatusUpdates
· dc5c54ab
Aydan
authored
Jan 13, 2021
dc5c54ab
Added GetCoinMarketChartRange
· 2896455e
Aydan
authored
Jan 13, 2021
2896455e
Added GetCoinMarketChart
· fc20f39f
Aydan
authored
Jan 13, 2021
fc20f39f
Added GetCoinHistory and types
· 7dee8b5a
Aydan
authored
Jan 13, 2021
7dee8b5a
Renamed Market to CoinMarket to match CoinGecko path naming
· 109183a7
Aydan
authored
Jan 13, 2021
109183a7
Added ListCoinTickers function and types
· 934a8ffa
Aydan
authored
Jan 13, 2021
934a8ffa
Added parameter support and updated ListMarkets
· e0cc588e
Aydan
authored
Jan 13, 2021
e0cc588e
Jan 09, 2021
Improved response error message
· c1e0b079
Aydan
authored
Jan 10, 2021
c1e0b079
Added examples and changed volume types to float64
· 72eab0fc
Aydan
authored
Jan 10, 2021
View commits for tag v0.1.2
v0.1.2
72eab0fc
Fixed volume type
· e38e8a97
Aydan
authored
Jan 10, 2021
View commits for tag v0.1.1
v0.1.1
e38e8a97
Fixed supply types, renamed package to v3
· cc1bcd3e
Aydan
authored
Jan 10, 2021
View commits for tag v0.1.0
v0.1.0
cc1bcd3e
Added api with coin and market functions
· c797b43c
Aydan
authored
Jan 10, 2021
c797b43c
Added coin and market types
· d038aa45
Aydan
authored
Jan 09, 2021
d038aa45
Initial commit
· 6b58fbd5
insprac
authored
Jan 09, 2021
6b58fbd5
Loading