I think it would be useful, at least in dev, if the API checked parameters and died if bad params are used.
It might be a matter of taste, and it definitely is a precaution against user incompetence, but it would make debugging API calls easier. Dumb mistakes are hardest to spot.
I think it would be useful, at least in dev, if the API checked parameters and died if bad params are used. It might be a matter of taste, and it definitely is a precaution against user incompetence, but it would make debugging API calls easier. Dumb mistakes are hardest to spot.