This is an example of how to connect to the podcastindex API in elisp.
Before running the code, ensure you have the request library installed from MELPA.
After entering the API key and secret and saving the file, open up an IELM repl and load the file:
(load "~/src/elisp-example/elisp-example.org")Once the elisp file is loaded, the Index can be searched with the following function call in IELM:
(api-search "No Agenda")