Henry-Sarabia / igdb

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

Replace Client's get method with post method #91

Closed Henry-Sarabia closed 4 years ago

Henry-Sarabia commented 4 years ago

https://github.com/Henry-Sarabia/igdb/blob/1a22d942c5c79095079c1cfbd38fd207bdaab298/igdb.go#L188-L202 The current get method should instead be a post method.