~fitzsim/url-http-oauth-demo

748fffdd9d6f35ba3380a5d5a4cec98e4620437f — Thomas Fitzsimmons 1 year, 7 months ago e399d1c
Assume newer Emacs to use json-parse-buffer

* url-http-oauth-demo.el: Require Emacs 27.1.  Use
json-parse-buffer instead of url-http-oauth-json-parse-buffer (now
url-http-oauth--json-parse-buffer).
1 files changed, 4 insertions(+), 3 deletions(-)

M url-http-oauth-demo.el
M url-http-oauth-demo.el => url-http-oauth-demo.el +4 -3
@@ 5,8 5,9 @@
;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
;; Version: 1.0.1
;; Keywords: comm, data, processes, hypermedia
;; Package-Requires: ((url-http-oauth "0.8.1"))

;; Package-Requires: ((url-http-oauth "0.8.1") 
;;                    (emacs "27.1")) ; for json-parse-buffer
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or


@@ 165,7 166,7 @@ Print the result to *Messages*.  Return the name."
        "me"
        (gethash
         "data"
         (url-http-oauth-json-parse-buffer)))))))
         (json-parse-buffer)))))))

(provide 'url-http-oauth-demo)