fastapi-gateway
fastapi-gateway copied to clipboard
⚙️ FastAPI gateway for microservices.
Exception has occurred: ImportError cannot import name 'SetIntStr' from 'fastapi.encoders' (c:\Users\202665\Documents\Trabalho\0188_api_gatway\.venv\lib\site-packages\fastapi\encoders.py) File "C:\Users\202665\Documents\Trabalho\0188_api_gatway\teste2.py", line 4, in from fastapi_gateway import route ImportError: cannot import name 'SetIntStr' from 'fastapi.encoders' (c:\Users\202665\Documents\Trabalho\0188_api_gatway\.venv\lib\site-packages\fastapi\encoders.py)
Hi, dotX12! I am a Korean developer who is using the fastapi-gateway library.   When using Optional Query Param as the image above, An error occurred if an...
- Resolve imports on fastapi constants that were removed in version 0.100 and onwards Alternative solution: - Add fastapi version dependency i.e. `fastapi
Hello. I'm having trouble downloading PDF files from the microservice. I suppose that the maqueRequest method only decodes JSON responses. In my example, the gateway throws an exception since the...
1. When creating an optional parameter, it throws an error `TypeError: Invalid variable type: value should be str, int or float, got None of type ` 2. Support SteamingResponse
Hi `dotX12/fastapi-gateway`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...
# Changed log - According to the [README.md](https://github.com/dotX12/fastapi-gateway/blob/master/tests/README.md), it should change importing modules approach. Otherwise it will present the following error message: ``` ModuleNotFoundError: No module named 'tests' ```