1 min readSep 3, 2020
Nice article! One question though: In your GetProducts api, if you would like to pass in some query strings so that you could also have a kinda search against the products, how would you do that to also have them displayed in the Swagger? I'm struggling with that at the moment and was wondering if you've done that before? (I don't want to put the params in the routes as they're optional)
Thanks :-)