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
The Hatching Triage API returns search results in pages. Currently, pyhatching only returns the first page (up to 100 results). The PyHatchingClient.search method needs to be updated to handle all pages up to a user defined limit.
The Hatching Triage API returns search results in pages. Currently, pyhatching only returns the first page (up to 100 results). The
PyHatchingClient.searchmethod needs to be updated to handle all pages up to a user defined limit.