hbagdi / go-unsplash

Go Client for the Unsplash API
https://unsplash.com
MIT License
74 stars 13 forks source link

Update /stats/total endpoint #6

Closed hbagdi closed 7 years ago

hbagdi commented 7 years ago

seems like the endpoint previously used to return int values but now one of them returns a string. Probably because of overflow??

The change is to write a custom UnmarshalJSON for the GlobalStats struct.