You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seemed a little strange that the API returned a result for value4value. I would've expected it to either return no results or complain that id isn't an integer.
I can change it. I remember now why I did that. It’s because Apple’s api accepts feed id’s as “id123456789” and strips the “id” part off so I was mimicking that behavior. It’s not necessary.
The Podcasts By Feed ID endpoint seems to accept whatever id you throw at it as long as it has a number in it somewhere
For instance:
https://api.podcastindex.org/api/1.0/podcasts/byfeedid?id=value4value
Returns results for
id=4
:The text was updated successfully, but these errors were encountered: