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

Implement searching for Western Europe region #7

@7bitlyrus

Description

@7bitlyrus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions