adriacabeza / erudito

Erudito: Easy API/CLI to ask questions about your documentation
https://adriacabeza.github.io/erudito/
101 stars 10 forks source link

Update query() to return the response #7

Open vasilvas99 opened 12 months ago

vasilvas99 commented 12 months ago

Query does not return the response but it only prints it to the terminal. This is a problem when running the fastapi server, as all it ever returns is {"result": null} since python's None is serialized as null in json