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
It may be interesting to have an asynchronous version of the GET /shoot (ideally something like POST /async/shoot) which would return immediately and take a callback_url parameter where it will POST the content of the screenshot when it's ready (or forward the status code and original body in case of error).
The text was updated successfully, but these errors were encountered:
It may be interesting to have an asynchronous version of the
GET /shoot
(ideally something likePOST /async/shoot
) which would return immediately and take acallback_url
parameter where it willPOST
the content of the screenshot when it's ready (or forward the status code and original body in case of error).The text was updated successfully, but these errors were encountered: