RSPClient# class lsst.rsp.RSPClient(service_endpoint, token=None)# Bases: AsyncClient Configured client for other services in the RSP. It uses knowledge present in the Lab instance it’s running in to configure token authentication and a base URL. Parameters: service_endpoint (str) token (str | None, default: None)