hamacs/snippets/org-mode/http

10 lines
225 B
Text
Raw Normal View History

2023-10-10 15:16:42 +00:00
# name: org-mode http client
# 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
#+end_src