dotX12 / fastapi-gateway

⚙️ FastAPI gateway for microservices.
MIT License
111 stars 27 forks source link

Handle Optional Query Param #11

Open uk1996 opened 1 year ago

uk1996 commented 1 year ago

Hi, dotX12!

I am a Korean developer who is using the fastapi-gateway library.

image image (1)

When using Optional Query Param as the image above, An error occurred if an API request was made without the Optional Query Param.

I modified it so that the key-value is not added to the response_query_param dict if the Optional Query Param is not entered.