Users may request a limit of 0. This is a pattern some users follow to get a count of the results, when they aren't interested in the values. We also may change the max limit, and currently do have some customers allowed to request more than the 100 default maximum. In general, clients should prefer to be lenient about parameter validation, and allow the server to reject the request. A cursory scan of this client seems to show it does that for all but the 'limit' validation :)
Users may request a limit of 0. This is a pattern some users follow to get a count of the results, when they aren't interested in the values. We also may change the max limit, and currently do have some customers allowed to request more than the 100 default maximum. In general, clients should prefer to be lenient about parameter validation, and allow the server to reject the request. A cursory scan of this client seems to show it does that for all but the 'limit' validation :)