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
Faced with the need for such improvement when were testing resource "changed" endpoint.
It would be cool to have an ability to set a timestamp for "since" query param dynamically :
../changed?since={{ isoNow() }}
Also it would be great to add some math operations on timestamp values. It will allow to test TimeZone processing:
../changed?since={{ isoNow("UTC", -3) }} or like this
../changed?since={{ isoNow(hh, -3) }}
Could be useful to have an ability to generate some arguments on the fly. E.g. timestamp.
The text was updated successfully, but these errors were encountered: