Function get_provider

Source
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}