2317cc5d37
And I need to make these uppercase if I'm going to officially publish a book on the subject.
10 lines
225 B
Text
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
|