9 lines
224 B
Text
9 lines
224 B
Text
|
# key: <h
|
||
|
# name: org-mode http client
|
||
|
# --
|
||
|
#+begin_src http
|
||
|
${1:GET} https://grafana.dev.wdpharos.io/api/${2:dashboards/uid/klbJ6Rrnk}
|
||
|
Authorization: Bearer \$\{auth-key\}
|
||
|
Content-Type: application/json
|
||
|
$0
|
||
|
#+end_src
|