pub async fn get_provider(
__arg0: Path<String>,
__arg1: State<AppState>,
) -> Result<Json<ApiResponse<ProviderInfo>>, StatusCode>
Expand description
Get specific provider information GET /providers/{provider}
pub async fn get_provider(
__arg0: Path<String>,
__arg1: State<AppState>,
) -> Result<Json<ApiResponse<ProviderInfo>>, StatusCode>
Get specific provider information GET /providers/{provider}