docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation of assumptions and implicit constants

Open noseshimself opened this issue 4 years ago • 3 comments

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).

noseshimself avatar Jul 23 '21 19:07 noseshimself

API calls with a limit parameter have an implicit and undocumented limit

Should this read "API calls without a limit parameter"?

enernico avatar Oct 27 '22 10:10 enernico

oops. Yes.

noseshimself avatar Oct 27 '22 17:10 noseshimself

Cool. I understand it then :slightly_smiling_face:

enernico avatar Oct 28 '22 15:10 enernico