2,535
edits
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
|Price = | |Price = | ||
|Available = Yes | |Available = Yes | ||
|Working = Yes | |||
}} | }} | ||
==Guide== | ==Guide== | ||
===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== |