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
This does accept a GET request as well as a POST, I'm partial to leaving it at both despite how it's named because it lets people submit a JSON body for the parameters.
The log stream websocket stuff already supports sending latest logs.
Looking at adding the from/to parameters right now though.
I am not sure if we should add from/to parameters to it. These already exists in get_historical_logs.
Is there any usecase that would need from/to parameters in get_recent_logs?
Issue:
get_recent_logs
isPOST
requestSolution:
get_recent_logs
GET
requestExtra request:
from
&to
parameters that will return all logs between the given timestamp/datetimes.to
param provided, return all logsfrom
period.BONUS:
The text was updated successfully, but these errors were encountered: