Artifact 7f908702cf223072d34c641c5c539ed51a4e339be6391c3e29f509600290fb95:
- File elisp-http-prompt.el — part of check-in [2c8dd9367f] at 2025-07-28 19:04:24 on branch trunk — elisp http client (user: elisper, size: 512) [annotate] [blame] [check-ins using]
(defun elisp-http-prompt-api () (let* ((prompt-api (propertize "апи: " 'face '(:foreground "cyan" :weight bold)))) (read-from-minibuffer prompt-api))) (defun elisp-http-prompt-email () (let* ((prompt-register (propertize "email: " 'face '(:foreground "cyan" :weight bold)))) (read-from-minibuffer prompt-register))) (defun elisp-http-prompt-password () (let* ((prompt-register (propertize "password: " 'face '(:foreground "red" :weight bold)))) (read-from-minibuffer prompt-register)))