Skip to main content

query_param_supported

Function query_param_supported 

Source
pub fn query_param_supported(
    endpoint: Endpoint,
    param: &str,
    version: &str,
) -> bool
Expand description

True if param is supported by endpoint in the given version. Returns true for params not in QUERY_PARAM_AVAILABILITY (i.e. params available in every supporting version).