Implement a search provider that exposes a dict of Games search results for a given region. Possible Regions: en_US en_CA fr_CA es_LA Use `graph.nintendo.com` GraphQL GameGames method to allow games to be searched. (Notes on schema: https://gist.github.com/7bitlyrus/9aa2d1418fbbaa781710511a5b0e6b11) Road map: - [ ] Update Game data class to match/add data returned by API - [ ] Implement search provider - [ ] Write tests
Implement a search provider that exposes a dict of Games search results for a given region.
Possible Regions: en_US en_CA fr_CA es_LA
Use
graph.nintendo.comGraphQL GameGames method to allow games to be searched.(Notes on schema: https://gist.github.com/7bitlyrus/9aa2d1418fbbaa781710511a5b0e6b11)
Road map: