docs
docs copied to clipboard
Documentation of assumptions and implicit constants
API calls with a limit parameter have an implicit and undocumented limit on the number of returned elements. The default is not documented in the apidocs. There is not obvious way of setting the default. There is no documented way of specifying "all" if you don't know the exact number. Using "limit=0" returns the default number of elements (which is unexpected; returning all would be more obvious).
API calls with a limit parameter have an implicit and undocumented limit
Should this read "API calls without a limit parameter"?
oops. Yes.
Cool. I understand it then :slightly_smiling_face: