[feature] Dynamic URL's #2024
PaulWoitaschek
started this conversation in
General
Replies: 1 comment 1 reply
-
at the moment no, youde need to insert all 120 btw - moved to discussions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a website where I want to monitor bookings.
The api looks like:
https://my.api.com/v1/f/availability?date=2023-12-01
I'd like to monitor the next 120 days, starting from today.
I could make use of a jinja template and create 120 different watches.
Is it possible to specify this in a template (or even some basic JS) that I can define:
This is the script, it outputs 120 urls, monitor all of these
Beta Was this translation helpful? Give feedback.
All reactions