Open troccoli opened 4 years ago
Now that we have the sometimes_without rule we can use it in various APIs to make sure that "competing" parameters are not used at the same time.
sometimes_without
For example, with the /api/v1/fixtures endpoint it doesn't make sense to have both a season and competition parameters.
/api/v1/fixtures
season
competition
Blocked by #140
Now that we have the
sometimes_without
rule we can use it in various APIs to make sure that "competing" parameters are not used at the same time.For example, with the
/api/v1/fixtures
endpoint it doesn't make sense to have both aseason
andcompetition
parameters.Blocked by #140