hamacs/snippets/org-mode/http
Howard Abrams 2317cc5d37 Going back to <... for Yasnippet expansions
And I need to make these uppercase if I'm going to officially publish
a book on the subject.
2024-08-17 22:30:27 -07:00

10 lines
225 B
Text

# name: org-mode http client
# key: <h
# --
#+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