pub fn query_param_supported(
endpoint: Endpoint,
param: &str,
version: &str,
) -> boolExpand 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).