Is your feature request related to a problem? Please describe.
Support to find the collections for FastAPI framework in python.
https://github.com/tiangolo/fastapi
from fastapi import FastAPI
app = FastAPI()
@app.get("/items/{item_id}")
def read_item(item_id: int, q: Union[str, None] = None):
return {"item_id": item_id, "q": q}
Describe the solution you'd like
Add rules which can find the flows going from PIIs to FastAPI collection points..
Is your feature request related to a problem? Please describe.
Support to find the collections for FastAPI framework in python.
https://github.com/tiangolo/fastapi
Describe the solution you'd like
Add rules which can find the flows going from PIIs to FastAPI collection points..