Skip to content
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

Simple podcast "API" #7

Open
leha-bot opened this issue Sep 23, 2017 · 0 comments
Open

Simple podcast "API" #7

leha-bot opened this issue Sep 23, 2017 · 0 comments

Comments

@leha-bot
Copy link
Member

leha-bot commented Sep 23, 2017

Create a simple JSON into the /podcasts folder with the following scheme:

Field Name Field Type Description
total_records Number (required) The total records count
records Array of PodcastRecord (can be empty for first time) Podcasts. It length must be the same as total_records

Type PodcastRecord

Field Name Field Type Description
id String (required) The unique short podcast name. We can make it using the template "procxx_<number>_<short_name>".
name String (required) The podcast name.
url String (required) The download link to file
description String (optional) Short description.

I don't sure about name and description i18n. Write in comments your opinions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant