Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Implement searching for Western Europe region #7

Open
3 tasks
7bitlyrus opened this issue Feb 17, 2021 · 0 comments
Open
3 tasks

Implement searching for Western Europe region #7

7bitlyrus opened this issue Feb 17, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@7bitlyrus
Copy link
Member

7bitlyrus commented Feb 17, 2021

Implement a search provider that exposes a dict of Games search results for a given region.

Possible Regions:

de_AT (at)
de_DE (de)
es_ES (es)
fr_FR (fr)
it_IT (it)
nl_NL (nl)
pt_PT (pt)
ru_RU (ru)
en_ZA (za)
en_GB (en)

Fetch https://searching.nintendo-europe.com to allow games to be searched.
(Example endpoint: https://searching.nintendo-europe.com/{solrLanguage}/select?q=*&start=0&rows=1000000&fq=(type:"game"AND((playable_on_txt%3A"HAC"))))

Road map:

  • Update Game data class to match/add data returned by API
  • Implement search provider
  • Write tests
@7bitlyrus 7bitlyrus added this to the 0.2.0 milestone Feb 17, 2021
@7bitlyrus 7bitlyrus added the enhancement New feature or request label Feb 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant