-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of 'medium' in API not clear.. #128
Comments
What endpoint are you using? |
GET /search/byterm |
The “medium” property is just a string that will contain “podcast”, “music”, etc according to the podcast namespace spec here: https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#medium |
Ok- thanks. Is there a option to get the otherwise specified Information in the namespace from the API? |
Not every single property is queryable (yet), but getting there. Explore the different api endpoints in the documentation. There is a lot there. |
Query &max=10 Also not working. |
Hi, when im trying to use the API and try to use the 'medium', I'm only able to extract 'podcast' from the response.
The linked documentation suggests that there is more information behind this Object but it is not clear how to access it.
The text was updated successfully, but these errors were encountered: