Hi everyone, I want to interact with the prefect a...
# ask-community
n
Hi everyone, I want to interact with the prefect api from my django app, but the client for prefect2 is only async. Is there a synchronous client? what are the best ways to do this?
j
You could interact with the REST API directly. https://docs.prefect.io/latest/api-ref/rest-api/