mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 19:19:29 +00:00
[emacs] Add Swagg for documented APIs
This commit is contained in:
parent
75b73549a1
commit
16d79e64ad
2 changed files with 12 additions and 0 deletions
|
@ -1565,6 +1565,16 @@ Manage background services
|
||||||
keypression-y-offset 100
|
keypression-y-offset 100
|
||||||
keypression-font-face-attribute '(:height 400 :weight bold)))
|
keypression-font-face-attribute '(:height 400 :weight bold)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Swagger API documentation
|
||||||
|
Make calls to swagger-documented APIs with completion support.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! swagg
|
||||||
|
:commands (swagg-request swagg-request-with-rest-block)
|
||||||
|
:config (setq swagg-rest-block-prelude "#+BEGIN_SRC http
|
||||||
|
"
|
||||||
|
swagg-rest-block-postlude "#+END_SRC"))
|
||||||
|
#+end_src
|
||||||
** UUID Generation
|
** UUID Generation
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package! uuidgen
|
(use-package! uuidgen
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
(package! exwm)
|
(package! exwm)
|
||||||
(package! gnuplot)
|
(package! gnuplot)
|
||||||
(package! jira-api :recipe (:host github :repo "correl/jira-api"))
|
(package! jira-api :recipe (:host github :repo "correl/jira-api"))
|
||||||
|
(package! json-mode)
|
||||||
(package! kanji-glasses-mode :recipe (:host github :repo "correl/kanji-glasses-mode"))
|
(package! kanji-glasses-mode :recipe (:host github :repo "correl/kanji-glasses-mode"))
|
||||||
(package! kanji-mode)
|
(package! kanji-mode)
|
||||||
(package! kerl :recipe (:host github :repo "correl/kerl.el"))
|
(package! kerl :recipe (:host github :repo "correl/kerl.el"))
|
||||||
|
@ -44,6 +45,7 @@
|
||||||
(package! paredit)
|
(package! paredit)
|
||||||
(package! poetry)
|
(package! poetry)
|
||||||
(package! python-black)
|
(package! python-black)
|
||||||
|
(package! swagg :recipe (:host github :repo "isamert/swagg.el"))
|
||||||
(package! unfill)
|
(package! unfill)
|
||||||
(package! uuidgen)
|
(package! uuidgen)
|
||||||
(package! websocket)
|
(package! websocket)
|
||||||
|
|
Loading…
Reference in a new issue