Zheng Cheng
06/25/2022, 4:01 PMZanie
06/25/2022, 4:22 PMapp = create_app()
should get you thereprefect orion start
and visiting localhost/api/docs
and we have all the API documentation hosted in the docs you’re currently viewing.Zheng Cheng
06/25/2022, 4:27 PMZanie
06/25/2022, 5:43 PMZheng Cheng
06/27/2022, 1:34 PMfrom prefect.orion.api.server import create_app
app = create_app()
openapi_doc = app.openapi()
unreadable but I guess it just json for machineZanie
06/27/2022, 3:03 PMZheng Cheng
06/27/2022, 3:18 PMKevin Kho
06/27/2022, 3:59 PM