Jerkinator / secondRoll

0 stars 0 forks source link

102 search methods to find game ads #113

Closed OGester closed 5 months ago

OGester commented 5 months ago

Search methods for finding gameAds based on different fields in gameAds

Log in and get all game ads ad choose what to search for, also try to search for something you know isnt present.

-find by title, you can use the param in postman or just write the title after ..findbytitle/

-find by genre, you can use the param in postman or just write the title after ..findbygenre/

-find by creator, you can use the param in postman or just write the title after ..findbycreator/

-find by gametime, you can use the param in postman or just write the title after ..findbygametime/

-find by age, you can use the param in postman or just write the title after ..findbyage/

-find by players, you can use the param in postman or just write the title after ..findbyplayers/

Should return a list of the ads matching the search and if no ads match it should return a message.