Henry-Sarabia / igdb

Go client for the Internet Game Database API
https://api.igdb.com/
MIT License
81 stars 17 forks source link

Screenshot is defined incorrectly #58

Closed gotomgo closed 4 years ago

gotomgo commented 4 years ago

// Screenshot represents a screenshot of a particular game. // For more information visit: https://api-docs.igdb.com/#screenshot type Screenshot struct { Image ID int json:"id" Game int json:"game" }

Henry-Sarabia commented 4 years ago

You're right, I'll iron that out. Thanks for the issue