Reuse Custom Endpoint Settings #220
Unanswered
Panda-Sharp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Apologize in advance if I'm not writing in the right repo, if so, please feel free to redirect me.
Recently I started to work with workbooks, and I'm trying to implement a dashboard that make several calls to ADO rest endpoints, is there any way to share the base config like:
Base url, eg: https://dev.azure.com/ORG/PROJ
Headers, eg: authorization ...
Query Params, eg: api-version ...
across every query, instead of redeclare everything every time?
something like these Grafana data sources can do:
https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/
https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/
Thanks
Beta Was this translation helpful? Give feedback.
All reactions