Using HTTPie https://httpie.org/doc#usagehow do I create a custom URL that I can use to insert my api endpoint?
if given a base url for example that I want to append a date too to reach the endpoint
/myURL/data
/myURL/data/yyy/mm/dd
how can I add the date programmatically in the url to reach the endpoint repeatedly over days. For today it would look like
/myURL/data/2017/07/13
Ultimately I will be calling this daily so want to be able to set this up