You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the current limit when fetching species/plants is 20. It would be useful to have more control over this by having the limit parameter exposed as part of the API, which would be optional and would default to 20.
Hey @jonysy, unfortunately we're currently running Trefle in small servers, and can't allow too heavy responses as it will slow down everybody. So in order to ensure a quality service to all users, we prefer to limit to 20 results.
For limiting results to less than 20 items, we could indeed add a limit parameter, I'll add that to the backlog !
Hi, the current limit when fetching species/plants is
20
. It would be useful to have more control over this by having thelimit
parameter exposed as part of the API, which would be optional and would default to20
.Example
https://trefle.io/api/v1/plants?token=<Token>&limit=6
The text was updated successfully, but these errors were encountered: