Skip to content

Simple podcast "API" #7

Description

@leha-bot

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.

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions