glance icon indicating copy to clipboard operation
glance copied to clipboard

parameter functions

Open ralphocdol opened this issue 9 months ago • 0 comments

Description

Will it be possible for parameters for type custom-api or extension to have their parameters use some functions from https://github.com/glanceapp/glance/blob/main/docs/custom-api.md#functions. I remember that there will be more functions coming for custom-api type like one that handles the date

In the upcoming v0.8, parameters for custom-api will be supported, so I was thinking of something like this

- type: custom-api
  url: https://some-domain.com
  parameters:
     start-date: {{ startOfDay now }}
     end-date: {{ endOfDay now }}

resulting query values

start-date=2025-03-24T00:00:00Z
end-date=2025-03-24T23:59:59Z

ralphocdol avatar Mar 24 '25 05:03 ralphocdol