Hello -- I'd be happy to work on an update for this, but wanted to log an issue first. I included a script at the bottom that can be used to hit each endpoint and check the responses.
Thanks for any help you can give me, thanks for the great work, and please let me know if this is an update I can take on myself. Thanks!
Expected
Response documentation at this link for /episodes/byfeedurl/episodes/byfeedid/episodes/bypodcastguid includes podcastGuid and feedUrl for the item within the items array, since podcastGuid and feedUrl are returned when calling these endpoints.
Actual
The documentation doesn't include podcastGuid or feedUrl:
Request
Could podcastGuid and feedUrl be added into the docs?
Script for hitting each endpoint to check the responses
This script can be run to hit each of the /episodes/* endpoints to check the responses to see that the values are being returned.
The script needs to be run like so, with the required ENV vars:
Hello -- I'd be happy to work on an update for this, but wanted to log an issue first. I included a script at the bottom that can be used to hit each endpoint and check the responses.
Thanks for any help you can give me, thanks for the great work, and please let me know if this is an update I can take on myself. Thanks!
Expected
Response documentation at this link for
/episodes/byfeedurl
/episodes/byfeedid
/episodes/bypodcastguid
includespodcastGuid
andfeedUrl
for the item within theitems
array, sincepodcastGuid
andfeedUrl
are returned when calling these endpoints.Actual
The documentation doesn't include
podcastGuid
orfeedUrl
:Request
Could
podcastGuid
andfeedUrl
be added into the docs?Script for hitting each endpoint to check the responses
This script can be run to hit each of the
/episodes/*
endpoints to check the responses to see that the values are being returned. The script needs to be run like so, with the required ENV vars: