2023-10-10 15:16:42 +00:00
|
|
|
# name: org-mode http client
|
2024-08-18 05:30:27 +00:00
|
|
|
# key: <h
|
2023-10-10 15:16:42 +00:00
|
|
|
# --
|
|
|
|
#+begin_src http
|
|
|
|
${1:GET} https://grafana.dev.wdpharos.io/api/${2:dashboards/uid/klbJ6Rrnk}
|
|
|
|
Authorization: Bearer \$\{auth-key\}
|
|
|
|
Content-Type: application/json
|
|
|
|
$0
|
2024-08-18 05:30:27 +00:00
|
|
|
#+end_src
|