pqaidevteam/pqai

Handle path and request parameters uniformly

Closed this issue · 1 comments

In server.py the path parameters are handled differently than request parameters. It is possible to merge all of these parameters together into a single dictionary that can serve as the request object. It will simplify the code in server.py.

Code updated to handle these parameters in a uniform manner