pauljamescleary/scala-pet-store

Use `requests.request(params=xxx)` for python client

pauljamescleary opened this issue · 0 comments

Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary