model: Get variables by key substring
Open
enhancement
P3
- Dominant language
- Go
- Stars
- 1
- Forks
- 3
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 6
Description
At present, variables can only be retrieved in the following ways:
- `GetVariable`: gets a single variable by its key.
- `GetVariablesBySite`: gets all variables for a site, optionally restricted by the given scope.
It is proposed to add a `GetVariables` which returns all of the variables for which the key matches a substring, optionally restricted by scope and by time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.