File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3535
3636(require 'subr-x )
3737
38- ; ; outputs
38+ ; ; customization
3939
4040(defgroup impostman nil
4141 " Import Postman collections."
@@ -267,7 +267,7 @@ NAME is the collection name."
267267 (when (fboundp 'restclient-mode )
268268 (restclient-mode)))
269269
270- ; ; build of headers and query-string
270+ ; ; Postman collection parser
271271
272272(defun impostman--build-auth-headers (auth )
273273 " Return an alist with headers, based on the `auth' JSON item.
@@ -356,8 +356,6 @@ AUTH is a hash table."
356356 (push (cons apikey-key apikey-value) query-string-items))))))
357357 (nreverse query-string-items)))
358358
359- ; ; JSON parser
360-
361359(defun impostman--parse-item (items level output-alist )
362360 " Parse a Postman collection item.
363361
You can’t perform that action at this time.
0 commit comments