Function get_feature

Source
pub async fn get_feature(
    __arg0: Path<(String, String)>,
    __arg1: State<AppState>,
) -> Result<Json<ApiResponse<FeatureInfo>>, StatusCode>
Expand description

Get specific feature information GET /providers/{provider}/features/{feature}