-
Hi there, Currently developing the history page feature on the palteform , I need to be able to fetch all sequences for a given day. It seems that using the client, it is not possible to param the maximum number of sequences to fetch. pyro-api/client/pyroclient/client.py Line 242 in bdceda1 I am right ? If it is the case, I would be happy to open an issue asking to be able to param limit or remove this filter (because not knowing when this filter is relevant as long as for a given day, the number of sequences might always be quite limited) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You are correct @fe51 ! We need to allow args to pass down to the endpoint so that the client can use it 👍 |
Beta Was this translation helpful? Give feedback.
-
Solved in #476 :) |
Beta Was this translation helpful? Give feedback.
Solved in #476 :)