Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genre & category filters #1

Open
LiamGallagher737 opened this issue Sep 29, 2023 · 2 comments · May be fixed by #2
Open

Genre & category filters #1

LiamGallagher737 opened this issue Sep 29, 2023 · 2 comments · May be fixed by #2
Labels
enhancement New feature or request

Comments

@LiamGallagher737
Copy link
Owner

LiamGallagher737 commented Sep 29, 2023

Add support for filtering by genre and category.

The steam API returns the following
"categories": [
    {
        "id": 1,
        "description": "Multi-player"
    },
    {
        "id": 20,
        "description": "MMO"
    },
    {
        "id": 49,
        "description": "PvP"
    },
    {
        "id": 36,
        "description": "Online PvP"
    },
    {
        "id": 18,
        "description": "Partial Controller Support"
    }
],
"genres": [
    {
        "id": "23",
        "description": "Indie"
    },
    {
        "id": "29",
        "description": "Massively Multiplayer"
    },
    {
        "id": "9",
        "description": "Racing"
    },
    {
        "id": "70",
        "description": "Early Access"
    }
],
@LiamGallagher737 LiamGallagher737 added the enhancement New feature or request label Sep 29, 2023
@LiamGallagher737 LiamGallagher737 changed the title Genre Filter Genre & category filters Sep 29, 2023
@LiamGallagher737
Copy link
Owner Author

List of ID's and descriptions
files.catbox.moe/96bty7.json

@LiamGallagher737 LiamGallagher737 linked a pull request Sep 29, 2023 that will close this issue
@LiamGallagher737 LiamGallagher737 linked a pull request Sep 29, 2023 that will close this issue
@LiamGallagher737
Copy link
Owner Author

List of ID's and descriptions
files.catbox.moe/96bty7.json

This doesn't match up with the response in the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant