xarray.Dataset.rest.serve

Dataset.rest.serve(**kwargs)

Serve this FastAPI application via uvicorn.run().

Parameters

**kwargs – Arguments passed to xpublish.Rest.serve().

Notes

This method is blocking and does not return.