2,535
edits
m (Text replacement - "|Available = Yes↵}}" to "|Available = Yes |Working = Yes }}") |
No edit summary |
||
Line 18: | Line 18: | ||
===Example Prompts=== | ===Example Prompts=== | ||
Example prompts that utilize the plugin: | Example prompts that utilize the plugin: | ||
#Fetch a list of podcast episodes in the category of "sports" in English: { "locale": "en-us", "categoryId": "1545" }. | |||
#Retrieve a list of podcasts in the category of "business" in Japanese: { "locale": "ja-jp", "categoryId": "1321" }. | |||
#Get a list of popular podcasts in Español: { "locale": "es-es" }. | |||
#Fetch a list of podcasts in the category of "education" in English: { "locale": "en-us", "categoryId": "1416" }. | |||
#Retrieve a list of podcasts by searching for the keyword "environment": { "q": "environment" }. | |||
#Get a list of podcast episodes in the category of "arts" in English: { "locale": "en-us", "categoryId": "1301" }. | |||
#Fetch a list of popular podcast episodes in Français: { "locale": "fr-fr" }. | |||
#Retrieve a list of podcasts in the category of "health & fitness" in English: { "locale": "en-us", "categoryId": "1511" }. | |||
#Get a list of podcasts by searching for the keyword "motivation": { "q": "motivation" }. | |||
#Fetch the latest episodes of a podcast by its name: { "podcastName": "<Your Podcast Name>" }. | |||
==Tips and Tricks== | ==Tips and Tricks== |