hamacs/snippets/org-mode/http
2023-10-10 08:16:42 -07:00

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